Files
x86-bare-metal-examples/bios_disk_load2.S
Ciro Santilli e0a2854087 link to examples from readme
Do another cleanup round while I'm at it.
2018-07-17 10:06:47 +01:00

11 lines
111 B
ArmAsm

#include "common.h"
BEGIN
CLEAR
STAGE2
PUTC $'a
jmp sector3
.org 512
sector3:
PUTC $'b
hlt