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-1709
Commits
970586f4
Commit
970586f4
authored
5 months ago
by
Kernel_Innovators
Browse files
Options
Download
Patches
Plain Diff
all_finishted
parent
5fcec5ae
Changes
634
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
AUTHORS
+43
-0
AUTHORS
LICENSE
+56
-0
LICENSE
src/.gitignore
+4
-0
src/.gitignore
src/LICENSE
+95
-0
src/LICENSE
src/Make.config
+56
-0
src/Make.config
src/Makefile
+29
-0
src/Makefile
src/Makefile.build
+112
-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
src/devices/intq.h
+43
-0
src/devices/intq.h
src/devices/kbd.c
+213
-0
src/devices/kbd.c
src/devices/kbd.h
+9
-0
src/devices/kbd.h
src/devices/partition.c
+324
-0
src/devices/partition.c
with
2064 additions
and
0 deletions
+2064
-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