z80pack: Make the bootblock in the Makefile
authorAlan Cox <alan@etchedpixels.co.uk>
Fri, 14 Nov 2014 18:30:12 +0000 (18:30 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Fri, 14 Nov 2014 18:30:12 +0000 (18:30 +0000)
Update README

Kernel/platform-z80pack/Makefile
Kernel/platform-z80pack/README
Kernel/platform-z80pack/bootblock.s

index 2b56907..5ac3aff 100644 (file)
@@ -23,3 +23,6 @@ clean:
        rm -f $(OBJS) $(JUNK)  core *~ 
 
 image:
+       sdasz80 -o bootblock.s
+       sdldz80 -m -i bootblock.rel
+       makebin -s 128 bootblock.ihx > bootblock.bin
index 1c3cf49..db88c00 100644 (file)
@@ -28,18 +28,15 @@ Bank 1 to Bank n:
 ECFF           Application end
 ED00-EFFF      uarea stash
 
-CP/M emulation size is very limited short of figuring a hack way to have
-a shared emulator in highmem, even then not great.
-
 Disk swap device recommended
 
-
 Put the kernel at the end of a floppy image from cyl 60
 Add the fs in the first 60 cyls (390 blocks)
+
 Put the bootblock in sector 0
 
 dd the kernel image to offset 199680
 
 ie
 
-dd if=uzi.bin of=drivea.img bs=1 seek=199680 conv=nontruc
+dd if=fuzix.bin of=drivea.cpm bs=1 seek=199680 conv=nontruc
index 118aede..887293f 100644 (file)
@@ -76,6 +76,6 @@ load_sectors: exx
                out (1), a
                jp 0x88
 
-               .ds 25
+               .ds 26
 stack:
                .db 0xff