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
5a5fee4d74
os
/
kernel
/
start.asm
9 lines
93 B
NASM
Raw
Normal View
History
Unescape
Escape
Move _start to a dedicated file
2019-05-01 11:55:54 -05:00
extern
main
Finish fopen in the vfs and hopefully add a working fopen in stdio.c
2019-07-01 15:13:47 -05:00
extern
__stdio_init
Move _start to a dedicated file
2019-05-01 11:55:54 -05:00
global
_start
_start:
Finish fopen in the vfs and hopefully add a working fopen in stdio.c
2019-07-01 15:13:47 -05:00
call
__stdio_init
Move _start to a dedicated file
2019-05-01 11:55:54 -05:00
call
main
ret
Reference in New Issue
Copy Permalink