This website requires JavaScript.
Explore
Help
Sign In
glm94
/
kernel3
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
3d4557343fbc5ca281b621efa79e63287e38e25b
kernel3
/
kernel
/
kmain.c
T
glm94
e1a1169240
Changed to using Boch to better handle debugging the kernel. Updated build system with a new script to handle working with the build_numbers.c file.
2020-05-07 19:24:42 -05:00
6 lines
31 B
C
Raw
Blame
History
void
kmain
()
{
asm
(
"hlt"
);
}
Reference in New Issue
View Git Blame
Copy Permalink