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-28668-2608132
project2608132-2825
Commits
fe7e52bb
Commit
fe7e52bb
authored
5 months ago
by
HY-Van
Browse files
Options
Download
Patches
Plain Diff
vm_and_README_completed-hyf
parents
Changes
635
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.vscode/c_cpp_properties.json
+22
-0
.vscode/c_cpp_properties.json
.vscode/launch.json
+398
-0
.vscode/launch.json
.vscode/settings.json
+32
-0
.vscode/settings.json
.vscode/tasks.json
+394
-0
.vscode/tasks.json
AUTHORS
+43
-0
AUTHORS
LICENSE
+56
-0
LICENSE
README.md
+79
-0
README.md
src/LICENSE
+95
-0
src/LICENSE
src/Make.config
+56
-0
src/Make.config
src/Makefile
+29
-0
src/Makefile
src/Makefile.build
+111
-0
src/Makefile.build
src/Makefile.kernel
+20
-0
src/Makefile.kernel
src/Makefile.userprog
+52
-0
src/Makefile.userprog
src/devices/block.c
+223
-0
src/devices/block.c
src/devices/block.h
+74
-0
src/devices/block.h
src/devices/ide.c
+527
-0
src/devices/ide.c
src/devices/ide.h
+6
-0
src/devices/ide.h
src/devices/input.c
+52
-0
src/devices/input.c
src/devices/input.h
+12
-0
src/devices/input.h
src/devices/intq.c
+114
-0
src/devices/intq.c
with
2395 additions
and
0 deletions
+2395
-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