diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-24 18:18:56 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-05-24 18:18:56 -0400 |
commit | 21956f27bd14947c345954f440113809d6946407 (patch) | |
tree | 8477771aff708781d42f903c7335595b70ebf2f7 /boot.asm | |
parent | f32f34e2619fb0b598429fdaa2f075217975ea7f (diff) | |
download | minos-21956f27bd14947c345954f440113809d6946407.tar.gz |
Code segment is beginning of conventional RAM
Diffstat (limited to 'boot.asm')
-rw-r--r-- | boot.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ jmp start CR equ 0Dh LF equ 0Ah -K_CS_ADDR equ 0080h +K_CS_ADDR equ 0050h ; data drive0: dw 0 |