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
只用vim写代码
OS
Commits
510502c1
Commit
510502c1
authored
1 year ago
by
罗玉臣
Browse files
Options
Download
Plain Diff
Merge branch 'ddl' into 'main'
Ddl See merge request
!1
parents
2aa9bee7
5ee4acc8
Changes
76
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+5
-0
.gitignore
LICENSE
+674
-0
LICENSE
Makefile
+121
-0
Makefile
README.md
+1
-0
README.md
include/arch/cpu.h
+57
-0
include/arch/cpu.h
include/arch/hw.h
+43
-0
include/arch/hw.h
include/arch/riscv.h
+398
-0
include/arch/riscv.h
include/arch/timer.h
+5
-0
include/arch/timer.h
include/common/assert.h
+18
-0
include/common/assert.h
include/common/common.h
+3
-0
include/common/common.h
include/common/defs.h
+26
-0
include/common/defs.h
include/common/log.h
+123
-0
include/common/log.h
include/device/console.h
+7
-0
include/device/console.h
include/fs/buffer.h
+64
-0
include/fs/buffer.h
include/fs/fat32.h
+86
-0
include/fs/fat32.h
include/fs/file.h
+56
-0
include/fs/file.h
include/fs/fstat.h
+53
-0
include/fs/fstat.h
include/fs/pipe.h
+24
-0
include/fs/pipe.h
include/fs/ramdisk.h
+14
-0
include/fs/ramdisk.h
include/fs/vfs.h
+162
-0
include/fs/vfs.h
with
1940 additions
and
0 deletions
+1940
-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