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:52:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1a3c3cacc3
corn
/
src
/
kmain.c
7 lines
77 B
C
Raw
Normal View
History
Unescape
Escape
added amd64 shim
2024-01-27 04:30:26 +00:00
void
kmain
(
)
{
Added basic long mode setup
2024-01-27 07:18:08 +00:00
*
(
char
*
)
0xB8000
=
'
c
'
;
added boilerplate (todo make it amd64)
2024-01-27 03:29:49 +00:00
while
(
1
)
{
Added basic long mode setup
2024-01-27 07:18:08 +00:00
__asm
(
"
cli; hlt
"
)
;
added boilerplate (todo make it amd64)
2024-01-27 03:29:49 +00:00
}
}
Reference in a new issue
Copy permalink