浏览代码

fix comment for loading the string.

Lucas Stadler 11 年之前
父节点
当前提交
3d02a71aac
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      os/first.asm

+ 1 - 2
os/first.asm

@ -11,8 +11,7 @@ start:
11 11
        mov ax, 0x07c0
12 12
        mov ds, ax
13 13
14
        ;; put string position into si
15
        mov si, text_string
14
        mov si, text_string     ; put string position into si
16 15
        call print_string
17 16
18 17
        ;; jump here, infinite loop!