summaryrefslogtreecommitdiff
path: root/boot.asm
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-05-24 18:18:56 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-05-24 18:18:56 -0400
commit21956f27bd14947c345954f440113809d6946407 (patch)
tree8477771aff708781d42f903c7335595b70ebf2f7 /boot.asm
parentf32f34e2619fb0b598429fdaa2f075217975ea7f (diff)
downloadminos-21956f27bd14947c345954f440113809d6946407.tar.gz
Code segment is beginning of conventional RAM
Diffstat (limited to 'boot.asm')
-rw-r--r--boot.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.asm b/boot.asm
index d2af39e..95ba73c 100644
--- a/boot.asm
+++ b/boot.asm
@@ -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