Subject: Re: Relevance of IS09660 apple extensions for makefs
To: None <tech-kern@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-kern
Date: 07/12/2007 22:18:33
martin@duskware.de wrote:

> > On the other hand, to boot NetBSD/mac68k kernel from any
> > devices you have to execute the "Booter" tool on MacOS and
> > to put a binary file onto CD-ROM as a executable.
> 
> You are right, but we don't seem to do that (yet). I agree that we should ;-)

I think the following line:
>> MKISOFS_ARGS.${image}+= -apple --macbin -map ${.CURDIR}/hfsmap.lst
in src/distrib/cdrom/Makefile (which uses mkisofs) does it.

If we really want to do it without third-party mkisofs but
with our native makefs(8), we have to implement the extension.
---
Izumi Tsutsui