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-26010-2376550
Hajimi OS-3161
Commits
cca7d1e8
Commit
cca7d1e8
authored
10 months ago
by
夏彦文
Browse files
Options
Download
Patches
Plain Diff
feat: final
parent
9d4f0b66
feat/vf2-boot
No related merge requests found
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
kernel/include/proc/proc.h
+39
-38
kernel/include/proc/proc.h
kernel/src/driver/virtio_disk.c
+1
-1
kernel/src/driver/virtio_disk.c
kernel/src/fs/bio.c
+3
-4
kernel/src/fs/bio.c
kernel/src/fs/disk.c
+2
-2
kernel/src/fs/disk.c
kernel/src/fs/ext4/ext4_dir.c
+1
-1
kernel/src/fs/ext4/ext4_dir.c
kernel/src/fs/file.c
+12
-0
kernel/src/fs/file.c
kernel/src/fs/sysfile.c
+24
-2
kernel/src/fs/sysfile.c
kernel/src/ipc/syssignal.c
+2
-1
kernel/src/ipc/syssignal.c
kernel/src/proc/exec.c
+6
-0
kernel/src/proc/exec.c
kernel/src/sys/syscall.c
+2
-0
kernel/src/sys/syscall.c
xv6-user/busybox_test.c
+21
-20
xv6-user/busybox_test.c
with
113 additions
and
69 deletions
+113
-69
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