From 22a95bd813c284af582cac59a6ee490e2a0d4665 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 25 Apr 2021 15:56:34 -0700 Subject: expand memory to 2GB It requires more than 1GB to fill the screen with a chessboard pattern using the definition in shell/iterative-definitions.limg. I also speed up the chessboard program by clearing the screen up front and then only rendering the white pixels. --- 120allocate.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '120allocate.subx') diff --git a/120allocate.subx b/120allocate.subx index 639b9635..c4f954f8 100644 --- a/120allocate.subx +++ b/120allocate.subx @@ -28,7 +28,7 @@ Heap: # allocation-descriptor # curr 0x01000000/imm32 # 16 MB # limit - 0x08000000/imm32 # 128 MB is how much RAM Qemu models by default + 0x80000000/imm32 # 2 GB Next-alloc-id: # int 0x100/imm32 # save a few alloc ids for fake handles -- cgit 1.4.1-2-gfad0