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-17065-1686958
OSKernel2023-ZMZ-1502
Commits
f236a140
Commit
f236a140
authored
2 years ago
by
张文浩
Browse files
Options
Download
Patches
Plain Diff
kernel commit
parents
Changes
75
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
kernel/bio.c
+160
-0
kernel/bio.c
kernel/console.c
+192
-0
kernel/console.c
kernel/disk.c
+49
-0
kernel/disk.c
kernel/dmac.c
+355
-0
kernel/dmac.c
kernel/entry_k210.S
+28
-0
kernel/entry_k210.S
kernel/entry_qemu.S
+19
-0
kernel/entry_qemu.S
kernel/exec.c
+179
-0
kernel/exec.c
kernel/fat32.c
+0
-0
kernel/fat32.c
kernel/file.c
+210
-0
kernel/file.c
kernel/fpioa.c
+0
-0
kernel/fpioa.c
kernel/gpiohs.c
+205
-0
kernel/gpiohs.c
kernel/include/buf.h
+25
-0
kernel/include/buf.h
kernel/include/console.h
+8
-0
kernel/include/console.h
kernel/include/defs.h
+242
-0
kernel/include/defs.h
kernel/include/disk.h
+11
-0
kernel/include/disk.h
kernel/include/dmac.h
+0
-0
kernel/include/dmac.h
kernel/include/elf.h
+48
-0
kernel/include/elf.h
kernel/include/fat32.h
+73
-0
kernel/include/fat32.h
kernel/include/fcntl.h
+6
-0
kernel/include/fcntl.h
kernel/include/file.h
+39
-0
kernel/include/file.h
with
1849 additions
and
0 deletions
+1849
-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