This website requires JavaScript.
Explore
Help
Sign in
freya
/
corn
Watch
1
Star
0
Fork
You've already forked corn
0
mirror of
https://git.stationery.faith/corn/corn.git
synced
2024-11-14 16:12:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
05cf015382
corn
/
src
/
kmain.c
6 lines
51 B
C
Raw
Normal View
History
Unescape
Escape
added amd64 shim
2024-01-27 04:30:26 +00:00
void
kmain
(
)
{
added boilerplate (todo make it amd64)
2024-01-27 03:29:49 +00:00
while
(
1
)
{
asm
(
"
cli; hlt
"
)
;
}
}
Reference in a new issue
Copy permalink