Browse Source

fix comment for loading the string.

Lucas Stadler 11 years ago
parent
commit
3d02a71aac
1 changed files with 1 additions and 2 deletions
  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!