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
educg-net-28668-2608132
project2608132-92
Commits
3e6ab325
Commit
3e6ab325
authored
3 months ago
by
zyf
Browse files
Options
Download
Patches
Plain Diff
update
parent
7c62abdc
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
frame.c
+101
-0
frame.c
gdt.c
+9
-4
gdt.c
idt.c
+2
-4
idt.c
include/system.h
+325
-6
include/system.h
irq.c
+8
-4
irq.c
isrs.c
+41
-13
isrs.c
kb.c
+48
-37
kb.c
kmem.c
+122
-0
kmem.c
main.c
+97
-19
main.c
page.c
+210
-0
page.c
scrn.c
+2
-4
scrn.c
start.asm
+59
-50
start.asm
string.c
+113
-0
string.c
syscall.c
+44
-0
syscall.c
system.c
+12
-0
system.c
task.c
+198
-0
task.c
timer.c
+26
-19
timer.c
tss.c
+93
-0
tss.c
tutortial.txt
+0
-49
tutortial.txt
vfs,c
+96
-0
vfs,c
with
1606 additions
and
209 deletions
+1606
-209
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