trs80: update documentation
authorAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 21:10:13 +0000 (22:10 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 24 May 2018 21:10:13 +0000 (22:10 +0100)
Kernel/platform-trs80/README
Kernel/platform-trs80m1/README

index 7be293c..d95457f 100644 (file)
@@ -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)
index a26d6d2..5601a66 100644 (file)
@@ -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