From: Alan Cox Date: Thu, 24 May 2018 21:10:13 +0000 (+0100) Subject: trs80: update documentation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0e53258494eaffc351aaaf9838397d2e3d95af5e;p=FUZIX.git trs80: update documentation --- diff --git a/Kernel/platform-trs80/README b/Kernel/platform-trs80/README index 7be293c9..d95457f3 100644 --- a/Kernel/platform-trs80/README +++ b/Kernel/platform-trs80/README @@ -67,7 +67,7 @@ Setting It Up (current xtrs: https://github.com/TimothyPMann/xtrs) # Tool to make disk images make tools/makejv3 # Double density single sided 40 track boot disk - tools/makejv3 dd40s /dev/zero disk4p-0 + tools/makejv3 -t dd40s disk4p-0 # Build kernel and boot block (edit Makefile, set target then) make # Add pieces to the disk (boot block in sector 0, kernel at end) @@ -95,7 +95,7 @@ Setting It Up (patched SDLTRS) # Tool to make disk images make tools/makejv3 # Double density single sided 40 track boot disk - tools/makejv3 dd40s /dev/zero mydisk.jv3 + tools/makejv3 -t dd40s mydisk.jv3 # Build kernel and boot block (edit Makefile, set target then) make # Add pieces to the disk (boot block in sector 0, kernel at end) diff --git a/Kernel/platform-trs80m1/README b/Kernel/platform-trs80m1/README index a26d6d2c..5601a661 100644 --- a/Kernel/platform-trs80m1/README +++ b/Kernel/platform-trs80m1/README @@ -1,7 +1,7 @@ TRS80 Model 1 - This is just a development tree. It doesn't yet have a loader nor - has it been tested! + This is just a development tree. I am still debugging the boot + blocks. Emulator Bugs: The emulator is horribly insecure, it's default is to allow all @@ -50,20 +50,8 @@ Drivers: Setting It Up (current xtrs: https://github.com/TimothyPMann/xtrs) - This needs patches currently in progress - - # Tool to make disk images - make tools/makejv3 - # Double density single sided 40 track boot disk - tools/makejv3 dd40s /dev/zero disk1-0 - # Build kernel and boot block (edit Makefile, set target then) make - # Add pieces to the disk (boot block in sector 0, kernel at end) - dd if=zout/trs80load.cim of=disk1-0 bs=1 seek=8960 conv=notrunc - dd if=fuzix.bin of=disk1-0 bs=1 seek=142336 conv=notrunc - # Once we get that far you can also put a filesystem in the lower - # blocks - # + cp boot.jv3 /whereever/disk1-0 xtrs -model 1 -emtsafe --supermem To set up for hard disk, create a hard disk with the xtrs tools and