limine/test/test.asm

11 lines
109 B
NASM
Raw Normal View History

2020-03-25 01:39:02 +03:00
; This is a compliant "kernel" meant for testing purposes.
; Header
section .text
; Entry point
_start: