Port-sandpoint archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: floppyinstfs size



Title: Re: floppyinstfs size

Thank you for your reply.
I'm trying to make a "standalone" kernel.
I used sys/arch/sandpoint/conf/RAMDISK and distrib/sandpoint/floppys/ramdisk/ramdisk.fs.
But it didn't live "standalone".
It just ask (I)nstall, (S)hell, (H)alt?
So, I 'm wondering it needs to setup all tgz fles (base,tgz and etc.tgz), it almost 80M bytes, not 8M byte.
What is missing on distrib/sandpoint?
Or what I should add some lines on conf/RAMDISK?
2M is sufficient for "standalone" image?


원본 내용:

보낸사람: Erik Anggard[erik.anggard%packetfront.com@localhost]
받는사람: Boo Geum Jung
참조:port-sandpoint%netbsd.org@localhost
제목: Re: floppyinstfs size
받은날짜: 2002/03/17 일 04:16


Are you trying to make an installation floppy disk or just a
"standalone" kernel? We use the following process to build "standalone"
kernels:
1) configure and compile a kernel with options MEMORY_DISK_HOOKS,
MEMORY_DISK_IS_ROOT and MINIROOTSIZE (and optionaly
MEMORY_DISK_SERVER=0), see src/sys/arch/sandpoint/conf/RAMDISK
2) set up a directory to contain the files for the ramdisk and possibly
an mtree-file and use makefs (8) to create an image-file of the
directory (use "-s"-flag to set the size to the same as MINIROOTSIZE in
step 1).
3) use mdsetimage (8) to copy the image-file into the kernel built in step 1
/Erik
Boo Geum Jung wrote:
>2M seems to be insufficient to execute standalone on RAM, I don't know the
>exact resean now.
>So I'd like to extent the size of floppyinstfs from 2M to 8M.
>What should I change?
>Should I change disktab?
>
>floppyinstfs|NetBSD floppy install filesystem:\
>           :ty=floppy:se#512:nt#1:rm#300:ns#64:nc#64:\
>           :pa#4096:oa#0:ba#4096:fa#512:ta=4.2BSD:\
>           :pc#4096:oc#0:
>
>
>



Home | Main Index | Thread Index | Old Index