bootable CDROM
NetBSD/macppc bootable CDROM
Here described is how to create OF 1/2/3 bootable CD-ROM:
-
Prepare set of files on the cdrom
set of files
on the cdrom
-
Introduce some
hard links to the files
to boot.
-
For OF 1/2, installboot is executed (by manually).
The initial boot loader, say bootxx for the macppc, has the sector number
for the locatio of second boot loader (ofwboot = /boot).
Documentation
From NetBSD (TNF)
- Original in English
-
http://www.netbsd.org/Documentation/bootcd.html#macppcimage
(cvs)
- translated into Japanese
-
http://www.jp.netbsd.org/ja/Documentation/bootcd.html#macppcimage
Diary (in Japanese)
- 2002/07/04
-
#1 [NetBSD] CDROM iso image
きのうの #4 の続き
example.conf:
http://www.ki.nu/~makoto/diary/?200207a&to=200207041#200207041
-
-
OF 1/2 で起動出来るようにするには
http://www.ki.nu/~makoto/diary/?200207a&to=200207045S1#200207045S1
- 2002/01/21
-
椿井さんの bootcd/bootxx.c には、
int block_table[MAXBLOCKNUM] = { 0x7c, 0 }; /* XXX FIXED BLOCK NUMBER */
というのがあって、更に..
http://www.ki.nu/~makoto/diary/?200201c&to=200201212#200201212
- 2002/01/19
-
#3 [NetBSD] (bootcd) OF 2 で起動出来る CDROM の作り方には
二通りあって、
1. distrib/cdrom/ で make する。これは mkisofs で
http://www.ki.nu/~makoto/diary/?200201b&to=200201193#200201193
|