This website requires JavaScript.
Explore
Help
Register
Sign In
apio
/
Luna
Watch
1
Star
1
Fork
0
You've already forked Luna
Code
Issues
Pull Requests
Actions
Projects
Releases
8
Wiki
Activity
5aad7d3154
Luna
/
kernel
/
src
/
arch
/
x86_64
/
Entry.asm
7 lines
75 B
NASM
Raw
Normal View
History
Unescape
Escape
Kernel: Start the call stack with a null RBP on x86_64
2022-11-19 17:38:32 +00:00
global
_main
extern
_start
_main:
xor
rbp
,
rbp
Kernel: Introduce a timer interface
2022-11-19 19:01:01 +00:00
cld
Kernel: Start the call stack with a null RBP on x86_64
2022-11-19 17:38:32 +00:00
call
_start
Reference in New Issue
Copy Permalink