[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug fixed in PseudoDisk][
- Subject: Bug fixed in PseudoDisk][
- From: "Alex Freed" <alexf@mirrow.com>
- Date: Tue, 26 Dec 2006 15:31:04 -0800
- Newsgroups: comp.sys.apple2
- Xref: g2news2.google.com comp.sys.apple2:15605
Jean-Marc Boutillon found a bug in the boot code of the PseudoDisk:
if 16 nibble images or more were present on an SD card, display
should pause after each 16 files, but did not.
I have fixed it. The updated source "sdboot.s" is in the source directory
on my page. There is a binary "sdboot" on the same page.
It is easiest to update the SD card on a Linux system
dd if=sdboot of=/dev/sdc seek=1
(could be /dev/sdb or whatever on your system).
Probably the same can be done on OSX. There is also a "dd" that works under
Window with the Cygnus library.
--
-Alex.