This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
jeremy
/
os-tutorial
同期ミラー
https://github.com/cfenollosa/os-tutorial
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ブランチ:
master
ブランチ
タグ
master
os-tutorial
/
01-bootsector-barebones
/
boot_sect_simple.asm
boot_sect_simple.asm
102 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
; A simple boot sector program that loops forever
loop:
jmp loop
times 510-($-$$) db 0
dw 0xaa55