This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
jeremy
/
os-tutorial
spogulis no
https://github.com/cfenollosa/os-tutorial
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Atzars:
master
Atzari
Tagi
master
os-tutorial
/
01-bootsector-barebones
/
boot_sect_simple.asm
boot_sect_simple.asm
102 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
; A simple boot sector program that loops forever
loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55