[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tweaking DOS.SYSTEM from Extra-K to support other DOS 3.3 variants
- Subject: Re: Tweaking DOS.SYSTEM from Extra-K to support other DOS 3.3 variants
- From: Moll <MollyBaker@Spam.GMAIL.Spam.Spam.Spam.Com>
- Date: Tue, 29 Mar 2005 20:27:00 GMT
- In-reply-to: <d2c16c$3l4$1@unlnews.unl.edu>
- Newsgroups: comp.sys.apple2
- References: <Hjd2e.25471$I16.21374@trndny03> <d2c16c$3l4$1@unlnews.unl.edu>
- User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)
- Xref: g2news1.google.com comp.sys.apple2:9873
Ed Eastman wrote:
Moll wrote:
I've been working on this concept, a DOS.SYSTEM that loads Pronto-DOS,
or ZDOS, or TurboDOS, instead of DOS 3.3
...
immediately exits to BASIC after initialization, it does not attempt
to RUN HELLO.
I like your idea!
Hm, sounds to me like you are initializing a running DOS, and not the
boot loader that actually does the call on start-up.
Look into the boot process (Beneath Apple DOS) and see where your
intialization needs to go one DOS is lit.
Thankx,
Ed
The code that runs the DOS is actually the first 256 bytes of
DOS.SYSTEM. The real DOS.SYSTEM does a RUN HELLO once DOS is initialized.
I am thinking the issue could be that I am saving a running DOS image,
rather than a DOS boot image. However, I do not know how to pull a DOS
boot image off a disk and save it as a file. If I could do that,
perhaps my problem would be solved. (Note - I would prefer to be able to
do this from both DOS and ProDOS, if possible.)
Moll.