Browse Source

add more comments in toy.S

main
yuchen 9 years ago
parent
commit
e2a6da26b1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      related_info/lab1/toybootloader/toy.S

+ 2
- 2
related_info/lab1/toybootloader/toy.S View File

@ -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 /* */

Loading…
Cancel
Save