Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!utah-cs!utah-gr!stride!l5comp!scotty From: scotty@l5comp.UUCP (Scott Turner) Newsgroups: comp.sys.amiga Subject: Re: PD Boot Disks Message-ID: <140@l5comp.UUCP> Date: Fri, 22-May-87 09:22:51 EDT Article-I.D.: l5comp.140 Posted: Fri May 22 09:22:51 1987 Date-Received: Sat, 23-May-87 19:46:26 EDT References: <504@myrias.UUCP> <1868@cbmvax.cbmvax.cbm.UUCP> Reply-To: scotty@l5comp.UUCP (Scott Turner) Organization: L5 Computing, Edmonds, WA Lines: 19 Keywords: boot copyright Summary: Correction of what a bootblock really does. In article <19350@sun.uucp> cmcmanis@sun.UUCP (Chuck McManis) writes: >does it do this? Because AmigaDOS IS IN THE KICKSTART ROM NOT ON THE >DISK. All the install does is put about 32 bytes of object code into >the 'boot' sector to call the DOS IN ROM. There are NO COPYRIGHTED Wrongo Chuck. Install puts about 20 bytes of code in the boot sectors and about 1000 bytes of whatever is lying around in memory PLUS the required 12 bytes of info dealing with 1. This IS a DOS disk 2. A checksum 3. Where the root node is on the disk. Interestingly enough this seems to be the function of the boot code as well, except it returns a pointer to the RootNode memory structure which is not the same as the disk's rootnode :). It also doesn't call anything except FindResident (OpenLibrary doesn't work at this point in the bootstrap) and then returns to whomever called it. ie the boot code DOES NOT call the dog. Scott Turner -- L5 Computing, the home of Merlin, Arthur, Excalibur and the CRAM. GEnie: JST | UUCP: stride!l5comp!scotty | 12311 Maplewood Ave; Edmonds WA 98020 If Motorola had wanted us to use BPTR's they'd have built in shifts on A regs [ BCPL? Just say *NO*! ] (I don't smoke, send flames to /dev/null)