Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
DonAzufre
proj200-Linux-0.11-x64
Commits
a1f562d9
Commit
a1f562d9
authored
2 years ago
by
DonAzufre
Browse files
Options
Download
Patches
Plain Diff
init commit
parent
ff06efa0
main
Binary_Explorer_Branch
init
long-mode-boot
long-mode-main
newTestBranch
No related merge requests found
Changes
106
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+9
-0
.gitignore
README.md
+1
-90
README.md
lq
+2
-0
lq
src/Makefile
+131
-0
src/Makefile
src/bochsout.txt
+1515
-0
src/bochsout.txt
src/boot/bootsect.s
+260
-0
src/boot/bootsect.s
src/boot/head.s
+239
-0
src/boot/head.s
src/boot/setup.s
+231
-0
src/boot/setup.s
src/conf.bxrc
+31
-0
src/conf.bxrc
src/fs/Makefile
+103
-0
src/fs/Makefile
src/fs/bitmap.c
+168
-0
src/fs/bitmap.c
src/fs/block_dev.c
+73
-0
src/fs/block_dev.c
src/fs/buffer.c
+381
-0
src/fs/buffer.c
src/fs/char_dev.c
+104
-0
src/fs/char_dev.c
src/fs/exec.c
+353
-0
src/fs/exec.c
src/fs/fcntl.c
+75
-0
src/fs/fcntl.c
src/fs/file_dev.c
+90
-0
src/fs/file_dev.c
src/fs/file_table.c
+9
-0
src/fs/file_table.c
src/fs/inode.c
+338
-0
src/fs/inode.c
src/fs/ioctl.c
+46
-0
src/fs/ioctl.c
with
4159 additions
and
90 deletions
+4159
-90
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets