simple boot sector

This commit is contained in:
Carlos Fenollosa 2014-09-29 11:19:35 +02:00
parent 1e2b8674d4
commit fa176e76b2

View File

@ -31,7 +31,7 @@ You can either write the above 512 bytes
with a binary editor, or just write a very
simple assembler code:
```asm
```assembler
; Infinite loop (e9 fd ff)
loop:
jmp loop