This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
jeremy
/
os-tutorial
oglindă de
https://github.com/cfenollosa/os-tutorial
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
os-tutorial
/
01-bootsector-barebones
/
boot_sect_simple.asm
boot_sect_simple.asm
102 B
Permalink
Istoric
Crud
1
2
3
4
5
6
; A simple boot sector program that loops forever
loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55