From ab32774e685cdc79c04dd2c2191aa7699bbf5081 Mon Sep 17 00:00:00 2001 From: b1ackmai1er <39449559+b1ackmai1er@users.noreply.github.com> Date: Wed, 7 Nov 2018 08:51:59 +0800 Subject: [PATCH] Update layout documentation with recent ROM changes --- Source/HBIOS/Layout.txt | 45 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/Source/HBIOS/Layout.txt b/Source/HBIOS/Layout.txt index 8e98d724..3e7565f2 100644 --- a/Source/HBIOS/Layout.txt +++ b/Source/HBIOS/Layout.txt @@ -4,9 +4,9 @@ Final Output Files ROM Output File [512K] -> .rom hbios_rom [32K] - OSIMG [32K] - OSIMG [32K] (used as filler) - OSIMG [32K] (used as filler) + OSIMG [32K] + OSIMG1 [32K] + OSIMG [32K] (used as filler) romdisk - [384K] COM Output File -> .com @@ -23,9 +23,17 @@ Intermediate Output Files OSIMG [32K] -> osimg.bin romldr [4K] osldr? - dbgmon [4K] tbasic? + dbgmon [4K] CPM (ccp/bdos/cbios) [12K] ZSYS (zcpr/zsdos/cbios) [12K] + eastaegg [0.5K] + imagepad [-] + +OSIMG1 [32K] -> osimg0.bin + camel80 [5.75K] + nascom [8K] + tastybasic [2.25K] + imagepad0 [-] CPM [12K] -> cpm.bin ccp [2K] @@ -74,6 +82,35 @@ dbgmon.asm -> dbgmon.bin: util.asm memmgr.asm dsky.asm + +eastaegg.asm -> eastaegg.bin + std.asm + ver.inc + hbios.inc + build.inc + .asm + plt_.inc + +Forth\camel80.azm -> Forth\camel80.bin -> ..\camel80.bin + camel80d.azm + camel80h.azm + +nascom.asm -> nascom.bin + std.asm + ver.inc + hbios.inc + build.inc + .asm + plt_.inc + +tastybasic.asm -> tastybasic.bin + std.asm + ver.inc + hbios.inc + build.inc + .asm + plt_.inc + ======================================================================= HBIOS Loading Modes: