Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-22026-2376550
ASVOS-1661
Commits
29fadc20
Commit
29fadc20
authored
1 year ago
by
rwenz2004
Browse files
Options
Download
Patches
Plain Diff
add: add init files
parent
72491fa4
Changes
64
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.clang-format
+561
-0
.clang-format
.gdbinit
+8
-0
.gdbinit
.gitignore
+26
-0
.gitignore
Makefile
+147
-0
Makefile
README.md
+38
-73
README.md
bootloader/rustsbi-qemu.bin
+0
-0
bootloader/rustsbi-qemu.bin
include/dev/plic.h
+27
-0
include/dev/plic.h
include/dev/riscv.h
+324
-0
include/dev/riscv.h
include/dev/sbi.h
+11
-0
include/dev/sbi.h
include/dev/timer.h
+19
-0
include/dev/timer.h
include/dev/virtio.h
+105
-0
include/dev/virtio.h
include/fs/bio.h
+25
-0
include/fs/bio.h
include/fs/console.h
+8
-0
include/fs/console.h
include/fs/fat32.h
+133
-0
include/fs/fat32.h
include/fs/fcntl.h
+12
-0
include/fs/fcntl.h
include/fs/file.h
+87
-0
include/fs/file.h
include/fs/nfs.h
+97
-0
include/fs/nfs.h
include/lib/binloader.h
+20
-0
include/lib/binloader.h
include/lib/const.h
+31
-0
include/lib/const.h
include/lib/defs.h
+24
-0
include/lib/defs.h
with
1703 additions
and
73 deletions
+1703
-73
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