mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-12 09:44:04 +03:00
11 lines
109 B
NASM
11 lines
109 B
NASM
|
; This is a compliant "kernel" meant for testing purposes.
|
||
|
|
||
|
; Header
|
||
|
|
||
|
|
||
|
section .text
|
||
|
|
||
|
; Entry point
|
||
|
_start:
|
||
|
|