From 98e028d13b8c48635720518d9840324f3a416472 Mon Sep 17 00:00:00 2001 From: Peter Ferrie Date: Fri, 5 Nov 2021 15:21:25 -0700 Subject: [PATCH] restore load address, no need to change after all --- bin/sectorlisp.bin | Bin 512 -> 512 bytes sectorlisp.S | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/sectorlisp.bin b/bin/sectorlisp.bin index 021a1873525712b0776efa803964608da6fdb899..cd664257a32b0f41ed4140a858990b36666995af 100755 GIT binary patch delta 32 ncmZo*X<(V4$z7Jfz{kfY&%TeTY@&%CW5vYeY{rU>=M5PFh%pHt delta 32 ncmZo*X<(V4$z9UGz{kfY&%TeTWTJ^4W7)*yY{s&U=M5PFio*#v diff --git a/sectorlisp.S b/sectorlisp.S index 171dd5d..693a76f 100644 --- a/sectorlisp.S +++ b/sectorlisp.S @@ -30,7 +30,7 @@ .set ATOM_CONS, 61 .set ATOM_EQ, 71 -.set g_token, 0x7600 +.set g_token, 0x7800 .set g_str, 0x0 .set g_mem, 0x3600 .set boot, 0x7c00 @@ -46,8 +46,8 @@ kSymbols: .ascii "NIL\0T\0QUOTE\0COND\0ATOM\0CAR\0CDR\0CONS\0EQ" .type .init,@function -.init: ljmp $0x800>>4,$_begin # end of bios data roundup page -_begin: push %cs # memory model cs=ds=es = 0x800 +.init: ljmp $0x600>>4,$_begin # end of bios data roundup page +_begin: push %cs # memory model cs=ds=es = 0x600 push %cs push %cs pop %ds