simple boot sector

pull/6/head
Carlos Fenollosa 10 years ago
parent fa176e76b2
commit 2811406f15

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

Loading…
Cancel
Save