This website requires JavaScript.
Explore
Help
Register
Sign In
pjht
/
os
Watch
1
Star
0
Fork
0
You've already forked os
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
99d7fed783
os
/
cpu
/
i386
/
gdt.h
8 lines
78 B
C
Raw
Normal View
History
Unescape
Escape
Add GDT initialization
2019-02-09 13:54:40 -06:00
#
ifndef GDT_H
#
define GDT_H
void
gdt_init
(
)
;
Clear interrupt stack in yield sycall
2019-02-11 14:13:49 -06:00
void
tss_stack_reset
(
)
;
Add GDT initialization
2019-02-09 13:54:40 -06:00
#
endif
Reference in New Issue
Copy Permalink