Parcourir la source

add more comments in toy.S

main
yuchen il y a 10 ans
Parent
révision
e2a6da26b1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      related_info/lab1/toybootloader/toy.S

+ 2
- 2
related_info/lab1/toybootloader/toy.S Voir le fichier

@ -26,5 +26,5 @@ dispstr:
int $0x10 /* BIOS提供的int服务0x10的0x13功能 */
ret
.org 0x1fe, 0x90
.word 0xaa55
.org 0x1fe, 0x90 /* 0x1fe=510ret后的位置开始510/0x90 */
.word 0xaa55 /* */

Chargement…
Annuler
Enregistrer