Luna/apps/app.asm
apio 0ea9974512
All checks were successful
continuous-integration/drone/push Build is passing
First user process!
Putting it all together, we have a user process that successfully calls sys_exit() w/o crashing.
2023-01-05 21:55:21 +01:00

5 lines
48 B
NASM

section .text
global _start
_start:
int 42h