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-28668-2608132
OSKernel2024-Quantum_Mind_OS-1066
Commits
0b9ea689
Commit
0b9ea689
authored
6 months ago
by
量子思维队
Browse files
Options
Download
Patches
Plain Diff
初始化version0.7
parent
97a5b14d
Changes
18
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
Makefile
+14
-6
Makefile
include/common.h
+1
-1
include/common.h
include/dev/vio.h
+12
-0
include/dev/vio.h
include/dev/virtio.h
+78
-0
include/dev/virtio.h
include/fs/bitmap.h
+10
-0
include/fs/bitmap.h
include/fs/buf.h
+27
-0
include/fs/buf.h
include/fs/fs.h
+25
-0
include/fs/fs.h
include/memlayout.h
+4
-0
include/memlayout.h
kernel/boot/main.c
+3
-1
kernel/boot/main.c
kernel/dev/virtio.c
+284
-0
kernel/dev/virtio.c
kernel/fs/Makefile
+21
-0
kernel/fs/Makefile
kernel/fs/bitmap.c
+45
-0
kernel/fs/bitmap.c
kernel/fs/buf.c
+78
-0
kernel/fs/buf.c
kernel/fs/fs.c
+31
-0
kernel/fs/fs.c
kernel/mem/kvm.c
+1
-0
kernel/mem/kvm.c
kernel/mkfs/Makefile
+7
-0
kernel/mkfs/Makefile
kernel/mkfs/mkfs.c
+126
-0
kernel/mkfs/mkfs.c
user/type.h
+22
-0
user/type.h
with
789 additions
and
8 deletions
+789
-8
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