[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Booting problem (Prodos)



ronlouie@u.washington.edu (Ron Louie) writes:
>So...is it Zlink (which runs fine with my resident Prodos dated 1993 from 
>a harddrive), or the recent Prodos, or some other thing?  Does prodos 
>look for a file named "startup" specifically? 

The boot block looks for and runs a file called "PRODOS" in the root
directory of the disk. It must be a sapling file (>512 bytes) and be a SYS
(type $FF) file.

PRODOS looks for and runs the first file with a name ending with .SYSTEM and
a type of SYS.

If BASIC.SYSTEM is run it looks for a file called STARTUP of type SYS, BIN,
BAS or TXT (I think) and smart runs it.

So a minimum disk would have:

PRODOS
ZLINK.SYSTEM
+ any files ZLINK needs.