History log of /src/sys/arch/hp300/conf/RAMDISK |
Revision | | Date | Author | Comments |
1.16 |
| 12-Dec-2020 |
tsutsui | Remove options (NVNODE, NBUF, and BUFPAGES) for small RAM machines.
These options make extracting binary sets much slower even on miniroot. Instead, use "options BUFCACHE=5" (use 5% of memory for buffercache) and also specify "-fno-unwind-tables" for COPTS to shrink INSTALL kernel.
Worth to pullup to netbsd-9.
|
1.15 |
| 29-Dec-2015 |
christos | branches: 1.15.22; 1.15.30; Holiday food satiation.
|
1.14 |
| 29-Apr-2014 |
tsutsui | branches: 1.14.4; Disable options NVNODE, NBUF and BUFPAGES in the RAMDISK kernel.
These options were specified in the INSTALL kernel for 4MB machines, but nowadays even the INSTALL kernel would not boot on such machines and the RAMDISK kernel assumes the target machine has more memories. Furthermore, these options makes extracting binary sets much slower and also could cause "wapbl_register_deallocation: out of resources" panic during extracting binaries into a 32GB SSD with 4KB fragments.
Should be pulled up to netbsd-6* branches.
|
1.13 |
| 23-Nov-2010 |
hannken | branches: 1.13.8; 1.13.14; 1.13.18; 1.13.22; 1.13.32; Remove unused count from pseudo-device md.
|
1.12 |
| 06-Feb-2009 |
jym | branches: 1.12.6; Changes to MEMORY_RBFLAGS option: - renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the MEMORY_DISK options(4) - change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt the config(5) files accordingly - document this option inside options(4)
See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html
Reviewed by abs@ in private mail.
|
1.11 |
| 26-May-2008 |
he | branches: 1.11.6; Bump ramdisk size from 1.5M to 1.6M to compensate for recent bloat.
|
1.10 |
| 23-Feb-2003 |
he | branches: 1.10.104; 1.10.106; 1.10.108; 1.10.110; Bump ramdisk image size from 1444k to 1500k.
|
1.9 |
| 23-Jan-2003 |
jdolecek | ramdisk image overflew, bump by 4K
|
1.8 |
| 22-Apr-2002 |
gmcgarry | Bump ramdisk size.
|
1.7 |
| 02-Apr-2002 |
gmcgarry | cosmetic formatting
|
1.6 |
| 02-Apr-2002 |
lukem | Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE, which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as being more consistent with what it's controlling...
|
1.5 |
| 17-Mar-2002 |
gmcgarry | Include MFS in the INSTALL kernel for the miniroot install.
|
1.4 |
| 10-Mar-2002 |
lukem | branches: 1.4.2; * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options are now consistently named * fold opt_mdsize.h into opt_md.h
|
1.3 |
| 23-Feb-2002 |
gmcgarry | branches: 1.3.2; Trim down to 1.2MB ramdisk for booting on 4MB machines.
|
1.2 |
| 13-Feb-2002 |
gmcgarry | Bump ramdisk to 2MB.
|
1.1 |
| 10-Feb-2002 |
gmcgarry | Up-to-date kernels for installation media.
|
1.3.2.5 |
| 20-Jun-2002 |
nathanw | Catch up to -current.
|
1.3.2.4 |
| 17-Apr-2002 |
nathanw | Catch up to -current.
|
1.3.2.3 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.3.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.3.2.1 |
| 23-Feb-2002 |
nathanw | file RAMDISK was added on branch nathanw_sa on 2002-02-28 04:09:23 +0000
|
1.4.2.3 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.4.2.2 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.4.2.1 |
| 10-Mar-2002 |
jdolecek | file RAMDISK was added on branch kqueue on 2002-03-16 15:57:33 +0000
|
1.10.110.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.10.108.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.10.106.1 |
| 04-Jun-2008 |
yamt | sync with head
|
1.10.104.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.11.6.1 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.12.6.1 |
| 05-Mar-2011 |
rmind | sync with head
|
1.13.32.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.13.22.1 |
| 18-May-2014 |
rmind | sync with head
|
1.13.18.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.13.18.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.13.14.1 |
| 21-May-2014 |
bouyer | Pull up following revision(s) (requested by tsutsui in ticket #1057): sys/arch/hp300/conf/RAMDISK: revision 1.14 sys/arch/hp300/conf/INSTALL: revision 1.57 Add "pseudo-device wsmux" in INSTALL (and RAMDISK) kernels. On NetBSD/hp300, hilkbd(4) is probed in config_interrupts(9) so it's always attached after wsdisplay(4). In that case, wskbd can't be used as a console input device without wsmux(4). (i.e. keyboard didn't work on installer using screen console) Should be pulled up to all netbsd-6* branches. Disable options NVNODE, NBUF and BUFPAGES in the RAMDISK kernel. These options were specified in the INSTALL kernel for 4MB machines, but nowadays even the INSTALL kernel would not boot on such machines and the RAMDISK kernel assumes the target machine has more memories. Furthermore, these options makes extracting binary sets much slower and also could cause "wapbl_register_deallocation: out of resources" panic during extracting binaries into a 32GB SSD with 4KB fragments. Should be pulled up to netbsd-6* branches.
|
1.13.8.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.14.4.1 |
| 19-Mar-2016 |
skrll | Sync with HEAD
|
1.15.30.1 |
| 14-Dec-2020 |
thorpej | Sync w/ HEAD.
|
1.15.22.1 |
| 14-Dec-2020 |
martin | Pull up following revision(s) (requested by tsutsui in ticket #1152):
sys/arch/hp300/conf/RAMDISK: revision 1.16 sys/arch/hp300/conf/INSTALL: revision 1.66
Remove options (NVNODE, NBUF, and BUFPAGES) for small RAM machines.
These options make extracting binary sets much slower even on miniroot.
Instead, use "options BUFCACHE=5" (use 5% of memory for buffercache) and also specify "-fno-unwind-tables" for COPTS to shrink INSTALL kernel.
Worth to pullup to netbsd-9.
|