Subject: Re: Adding cd9660 support to the i386/amd64 BIOS bootloader
To: Hubert Feyrer <hubert@feyrer.de>
From: Bang Jun-Young <junyoung@netbsd.org>
List: tech-install
Date: 06/22/2005 17:42:32
Hubert Feyrer wrote:
> On Wed, 22 Jun 2005, Bang Jun-Young wrote:
> > Thanks for reviewing. Committed (except for getbasemem() part that needs
> > approval from Jaromir).
> 
> This is probably a stupid question, but: how does one use it?
> Example mkisofs calls would be useful, e.g. in the manpage.

Oh, I forgot to update the manpage. Here is a quick mkisofs guide:

[junyoung@krishna cdboot]$ ls -l
total 3514
-rwxr-xr-x  1 junyoung  junyoung    56444 Jun 22 15:10 boot
-rwxr-xr-x  1 junyoung  junyoung     2048 Jun 15 15:14 cdboot
-rwxr-xr-x  1 junyoung  junyoung  3526112 Jun 13 03:31 netbsd.gz
[junyoung@krishna cdboot]$ mkisofs -r -J -b cdboot -no-emul-boot -o ~/cdboot.iso .

-r and -J are not required, but -no-emul-boot is.

Jun-Young