This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
jeremy
/
os-tutorial
mirrorاز
https://github.com/cfenollosa/os-tutorial
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
شاخه:
master
شاخهها
تگها
master
os-tutorial
/
01-bootsector-barebones
/
boot_sect_simple.asm
boot_sect_simple.asm
102 B
لینک دائمی
تاريخچه
خام
1
2
3
4
5
6
; A simple boot sector program that loops forever
loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55