tech-install archive

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

Making swap usage in sysinst MI



Quite a few ports have a check like the following in md_post_disklabel

        if (get_ramsize() <= 32)
                set_swap(pm->diskdev, pm->bsdlabel);

A few pick a lower number than 32 (some 6, some 8), and sgimips does
it unconditionally.

Anyone object to making it MI (with the 32M value)?


Home | Main Index | Thread Index | Old Index