MushOS
0.1
A UNIX-like OS prototype, written from scratch
Loading...
Searching...
No Matches
kernel_gate.asm
1
[bits 32]
2
[extern _start] ; External C function from kernel.c
3
; It may be not the first function in kernel, so we ensure to launch the right one.
4
5
call _start ; Calling function.
6
7
jmp $ ; Replace with hlt? Hanging CPU up.
core
boot
kernel_gate.asm
Generated on Sun Jan 29 2023 13:48:02 for MushOS by
1.9.5