limine/test/test.asm
2020-03-24 23:39:02 +01:00

11 lines
109 B
NASM

; This is a compliant "kernel" meant for testing purposes.
; Header
section .text
; Entry point
_start: