This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
jeremy
/
os-tutorial
Mirror von
https://github.com/cfenollosa/os-tutorial
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
1ec003f2c4
Branches
Tags
master
os-tutorial
/
01-bootsector-barebones
/
boot_sect_simple.asm
boot_sect_simple.asm
102 B
Verlauf
Originalformat
1
2
3
4
5
6
; A simple boot sector program that loops forever
loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55