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
0522941a1d
os
/
kernel
/
cpu
/
i386
/
cpu_init.c
10 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
Add kernel documentation
2020-07-25 16:54:37 -05:00
/**
*
\
file
*/
Add GDT initialization
2019-02-09 13:54:40 -06:00
#
include
"gdt.h"
Get GDT,IDT and usermode working!
2019-02-10 14:11:07 -06:00
Portability work
2020-07-22 19:26:55 -05:00
void
cpu_init
(
)
{
Add GDT initialization
2019-02-09 13:54:40 -06:00
gdt_init
(
)
;
Remove most code for a blank start
2019-02-09 12:52:45 -06:00
}
Reference in New Issue
Copy Permalink