|
From: Eric K. <ek...@rz...> - 2002-04-16 14:23:54
|
Hi! Last weekend I played a little with 'Isolinux' (ISO9660 boot code for linux) from the 'Syslinux' package. I thought about removing the parts that are not needed to load and run FreeLdr.sys. Today I found the announcement of 'Boot Scriptor' (proprietary license) on Freshmeat (www.freshmeat.net) which uses a stripped Isolinux (GPL'd). I guess this is exactly what we need to boot FreeLoader from cdrom. Eric |
|
From: Brian P. <br...@sg...> - 2002-04-16 18:14:27
|
I was under the impression that bootable cdrom's used some kind of emulation mode to emulate a floppy drive. In that case the regular FAT12 boot sector should work because you supply a floppy disk image on the bootable cdrom. Is there someplace where I can get more information about this? Brian -----Original Message----- From: rea...@li... [mailto:rea...@li...] On Behalf Of Eric Kohl Sent: Tuesday, April 16, 2002 8:24 AM To: ReactOS-Kernel Subject: [ros-kernel]CDROM bootsector Hi! Last weekend I played a little with 'Isolinux' (ISO9660 boot code for linux) from the 'Syslinux' package. I thought about removing the parts that are not needed to load and run FreeLdr.sys. Today I found the announcement of 'Boot Scriptor' (proprietary license) on Freshmeat (www.freshmeat.net) which uses a stripped Isolinux (GPL'd). I guess this is exactly what we need to boot FreeLoader from cdrom. Eric _______________________________________________ reactos-kernel mailing list rea...@li... https://lists.sourceforge.net/lists/listinfo/reactos-kernel |
|
From: Kohn E. D. <em...@cs...> - 2002-04-16 18:58:11
|
Searching with Google for: bootable CD-ROM specification revealed this: "El Torito" Bootable CD-ROM Format Specification" http://www.phoenix.com/PlatSS/PDFs/specs-cdrom.pdf On Tue, 16 Apr 2002, Brian Palmer wrote: > I was under the impression that bootable cdrom's used some kind of > emulation mode to emulate a floppy drive. In that case the regular FAT12 > boot sector should work because you supply a floppy disk image on the > bootable cdrom. Is there someplace where I can get more information > about this? > > Brian > > -----Original Message----- > From: rea...@li... > [mailto:rea...@li...] On Behalf Of Eric > Kohl > Sent: Tuesday, April 16, 2002 8:24 AM > To: ReactOS-Kernel > Subject: [ros-kernel]CDROM bootsector > > Hi! > > Last weekend I played a little with 'Isolinux' (ISO9660 boot code for > linux) > from the 'Syslinux' package. I thought about removing the parts that are > not > needed to load and run FreeLdr.sys. Today I found the announcement of > 'Boot > Scriptor' (proprietary license) on Freshmeat (www.freshmeat.net) which > uses > a stripped Isolinux (GPL'd). I guess this is exactly what we need to > boot > FreeLoader from cdrom. > > > Eric > > > > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > > > _______________________________________________ > reactos-kernel mailing list > rea...@li... > https://lists.sourceforge.net/lists/listinfo/reactos-kernel > |
|
From: Michael R. <alp...@al...> - 2002-04-16 19:03:17
|
> I was under the impression that bootable cdrom's used some > kind of emulation mode to emulate a floppy drive. In that > case the regular FAT12 boot sector should work because you > supply a floppy disk image on the bootable cdrom. Is there > someplace where I can get more information about this? Here's an MS KB article on the subject. http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167685 |
|
From: Eric K. <ek...@rz...> - 2002-04-17 11:50:33
|
"Michael Rich" <alp...@al...> wrote: > Here's an MS KB article on the subject. > > > http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167685 > Modern cd-writer software does that for you. If your software supports the creation of bootable cds (El Torito format) you don't need to deal with this. IMO it seems to be a workaround for cd-writer software that doesn't support bootable cds. Eric |
|
From: Daniel G. <da...@fp...> - 2002-04-17 14:35:56
|
On Wed, 17 Apr 2002 13:51:47 +0200 "Eric Kohl" <ek...@rz...> wrote: > > "Michael Rich" <alp...@al...> wrote: > > > > Here's an MS KB article on the subject. > > > > > > http://support.microsoft.com/default.aspx?scid=kb;EN-US;q167685 > > > > Modern cd-writer software does that for you. If your software supports the > creation of bootable cds (El Torito format) you don't need to deal with > this. IMO it seems to be a workaround for cd-writer software that doesn't > support bootable cds. > > Eric Well, there's always the fact that, once you've booted the CD, you generally need to be able to access it to install or whatever. For that, you need an ISO driver. Many up and coming OSs don't have ISO drivers (reactos among them for now) so they, in the early stages, use Linux on their bootable CDs to install. All that takes is writing a driver for their prefered FS if Linux does not already have one. Daniel |
|
From: Eric K. <ek...@rz...> - 2002-04-19 16:41:54
|
"Daniel Gryniewicz" <da...@fp...> wrote: > Well, there's always the fact that, once you've booted the CD, you generally > need to be able to access it to install or whatever. For that, you need an > ISO driver. Many up and coming OSs don't have ISO drivers (reactos among them > for now) so they, in the early stages, use Linux on their bootable CDs to > install. All that takes is writing a driver for their prefered FS if Linux > does not already have one. IMO there is no reason to use Linux to install ReactOS because a ISO-9660 file system driver (cdfs.sys) is currently under construction. Eric Kohl |
|
From: Daniel G. <da...@fp...> - 2002-04-19 18:00:02
|
On Fri, 19 Apr 2002 12:33:26 +0200
"Eric Kohl" <ek...@rz...> wrote:
>
> "Daniel Gryniewicz" <da...@fp...> wrote:
>
> > Well, there's always the fact that, once you've booted the CD, you
> generally
> > need to be able to access it to install or whatever. For that, you need
> an
> > ISO driver. Many up and coming OSs don't have ISO drivers (reactos among
> them
> > for now) so they, in the early stages, use Linux on their bootable CDs to
> > install. All that takes is writing a driver for their prefered FS if
> Linux
> > does not already have one.
>
> IMO there is no reason to use Linux to install ReactOS because a ISO-9660
> file system driver (cdfs.sys) is currently under construction.
>
>
> Eric Kohl
>
Oh, I definitely agree. I was merely mentioning why some OS projects use
Linux on bootable CD-ROMs. If you have a ISO-9660 driver and an ATAPI driver,
you should definitely use your own and not someone elses. :) (You here being
whoever is writing an OS)
Daniel
---
Recursion n.:
See Recursion.
-- Random Shack Data Processing Dictionary
|