Re: bootloader issue
Izumi Tsutsui <[email protected]> Wed, 14 Jan 2009 19:19:38 +0900
| Newsgroups | gmane.os.netbsd.ports.atari |
|---|---|
| Message-ID | <[email protected]> |
Tuomo wrote: > It looks that ST_POOL_SIZE=24 is pulled up to NetBSD-5 already: > http://mail-index.netbsd.org/source-changes/2008/11/25/msg213344.html Ah, I missed that.. > But we should also pullup disabled DMA for Falcon as well. It seems that both > changes should be pulled for NetBSD-4 too. > > I'm not sure if TT was affected by ST_POOL_SIZE set to 22, but I guess larger > value won't hurt. According to atari_init.c, ST_POOL_SIZE pages are reserved for pool at early stage during initialazation, so using a larger number would waste (limited?) memory. --- Izumi Tsutsui