浏览代码

add more comments in toy.S

main
yuchen 10 年前
父节点
当前提交
e2a6da26b1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      related_info/lab1/toybootloader/toy.S

+ 2
- 2
related_info/lab1/toybootloader/toy.S 查看文件

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

正在加载...
取消
保存