about summary refs log tree commit diff stats
path: root/boot.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-08-31 22:49:27 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-08-31 23:03:34 -0700
commitb8afd4becf993f5f868f05c4f9e5fcb87be9adb2 (patch)
tree48f1d7c7d92e7aa590078ef16323f34ff75c559f /boot.subx
parent281f38a7c279087e586890730553612d0378847f (diff)
downloadmu-b8afd4becf993f5f868f05c4f9e5fcb87be9adb2.tar.gz
start hacky experiment to support combining chars
https://en.wikipedia.org/wiki/Combining_character

The plan: just draw the combining character in the same space as the
previous character. This will almost certainly not work for some Unicode
blocks (tibetan?)

This commit only changes the data/memory/disk model to make some space.
As always in Mu, we avoid bit-mask tricks even if that wastes memory.
Diffstat (limited to 'boot.subx')
-rw-r--r--boot.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.subx b/boot.subx
index ed1631bc..c9d78b59 100644
--- a/boot.subx
+++ b/boot.subx
@@ -280,7 +280,7 @@ initialize_32bit_mode:
   c7 0/subop/copy *0x00100000 0/imm32/read
   c7 0/subop/copy *0x00100004 0/imm32/write
   c7 0/subop/copy *0x00100008 0x00e00000/imm32/size
-  (load-sectors Primary-bus-primary-drive 0x2328 0x120 0x00100000)   # source 0x2328 = sector 9000 on disk, destination 0x00100000
+  (load-sectors Primary-bus-primary-drive 0x2328 0x200 0x00100000)   # source 0x2328 = sector 9000 on disk, destination 0x00100000
   # Font is now loaded starting at 0x0010000c.
 
   ## load interrupt handlers