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
OSKernel2024-憋说啊,一切从容应队!
project2608132
Commits
7dd3290c
Commit
7dd3290c
authored
6 months ago
by
lxz
Browse files
Options
Download
Patches
Plain Diff
version 1
parents
Changes
76
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.dir-locals.el
+4
-0
.dir-locals.el
.editorconfig
+22
-0
.editorconfig
.gdbinit.tmpl-riscv
+6
-0
.gdbinit.tmpl-riscv
.gitignore
+17
-0
.gitignore
.vscode/settings.json
+7
-0
.vscode/settings.json
LICENSE
+24
-0
LICENSE
Makefile
+173
-0
Makefile
README
+49
-0
README
kernel/bio.c
+153
-0
kernel/bio.c
kernel/buf.h
+12
-0
kernel/buf.h
kernel/console.c
+192
-0
kernel/console.c
kernel/defs.h
+191
-0
kernel/defs.h
kernel/elf.h
+42
-0
kernel/elf.h
kernel/entry.S
+21
-0
kernel/entry.S
kernel/exec.c
+166
-0
kernel/exec.c
kernel/fcntl.h
+5
-0
kernel/fcntl.h
kernel/file.c
+182
-0
kernel/file.c
kernel/file.h
+42
-0
kernel/file.h
kernel/fs.c
+697
-0
kernel/fs.c
kernel/fs.h
+60
-0
kernel/fs.h
with
2065 additions
and
0 deletions
+2065
-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