From 9e1179a3e30f331a5c1caba59d235d639a2f4478 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 15 Nov 2018 21:46:48 +0000 Subject: [PATCH] rc2014: minor doc update --- Kernel/platform-rc2014/README | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-rc2014/README b/Kernel/platform-rc2014/README index db8d2fff..7cdc2c9e 100644 --- a/Kernel/platform-rc2014/README +++ b/Kernel/platform-rc2014/README @@ -100,16 +100,23 @@ to create a disk of suitable size and then dd if=foo.cf of=foo.raw skip=2 fdisk foo.raw + add the file systems etc onto it (either by loopback mounting or using dd remembering the start sector given can be used with dd bs=512 seek=startsector conv=notrunc ... + dd if=foo.raw of=foo.cf seek=2 conv=notrunc +When working on a real CF card or the raw file add the bootable image with + + dd if=fuzix.romwbw of=/dev/sdxx seek=2 conv=notrunc + +to place the bootable image on sectors 2 and above in the hole the fdisk tool +leaves for a bootable image. + As ucp and fsck.fuzix support offsets in the format path:offset you can access the first file system with ucp foo.cf:1049600 if it starts at block 2048 of the CF card as normal. Then you can run ./rc2014 -b -r 512.rom -i foo.cf -s -w -R -c - - -- 2.34.1