mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
simple boot sector
This commit is contained in:
parent
1e2b8674d4
commit
fa176e76b2
@ -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:
|
||||||
|
|
||||||
```asm
|
```assembler
|
||||||
; Infinite loop (e9 fd ff)
|
; Infinite loop (e9 fd ff)
|
||||||
loop:
|
loop:
|
||||||
jmp loop
|
jmp loop
|
||||||
|
Loading…
Reference in New Issue
Block a user