summaryrefslogtreecommitdiff
path: root/rt/hare.sc
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-05-21 12:05:07 +0200
committerAlejandro Sior <aho@sior.be>2022-05-21 12:05:07 +0200
commit35c9df451d4f415632a4a1f64b06d1de12340687 (patch)
treeeae162590c9087639ba20b000d357cfbdcd0ea6a /rt/hare.sc
parent68e5c0c5c9dc26e9c7ce4bf5252719ee8dc4b3ae (diff)
bios::drive: fix the read function
Diffstat (limited to 'rt/hare.sc')
-rw-r--r--rt/hare.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/hare.sc b/rt/hare.sc
index 3de964c..ac8c4c5 100644
--- a/rt/hare.sc
+++ b/rt/hare.sc
@@ -21,7 +21,7 @@ SECTIONS {
_p1 = .;
. += 4096;
_ws = .;
- . += 512;
+ . += 4096;
. = 0x7c00;
stack_top = .;