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
educg-net-22024-2210153
OSKernel2024-10183_BOOT-2438
Commits
e677fbec
Commit
e677fbec
authored
1 year ago
by
10183_BOOT
Browse files
Options
Download
Patches
Plain Diff
origin_xv6
parent
e2b825ee
merge_new_fat_pcj
file_system
main
mount
new_fat
new_fat_with_fs_runnable
new_fat_with_fs_unrunnable
pcj
yjh
yjh_fs
zsy_fs
zsy_fs_merge
No related merge requests found
Changes
72
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
LICENSE
+24
-0
LICENSE
Makefile
+173
-0
Makefile
XV6_readme.md
+49
-0
XV6_readme.md
kernel/bio.c
+153
-0
kernel/bio.c
kernel/buf.h
+12
-0
kernel/buf.h
kernel/console.c
+192
-0
kernel/console.c
kernel/defs.h
+189
-0
kernel/defs.h
kernel/elf.h
+42
-0
kernel/elf.h
kernel/entry.S
+21
-0
kernel/entry.S
kernel/exec.c
+166
-0
kernel/exec.c
kernel/fcntl.h
+5
-0
kernel/fcntl.h
kernel/file.c
+182
-0
kernel/file.c
kernel/file.h
+40
-0
kernel/file.h
kernel/fs.c
+697
-0
kernel/fs.c
kernel/fs.h
+60
-0
kernel/fs.h
kernel/kalloc.c
+82
-0
kernel/kalloc.c
kernel/kernel.ld
+44
-0
kernel/kernel.ld
kernel/kernelvec.S
+124
-0
kernel/kernelvec.S
kernel/log.c
+236
-0
kernel/log.c
kernel/main.c
+45
-0
kernel/main.c
with
2536 additions
and
0 deletions
+2536
-0
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