Make the kern.ipc.nmbclusters and kern.ipc.nmbufs sysctls read-only.
[dragonfly/port-amd64.git] / sys / boot / i386 / bootn0 / README
blob743599cad212029943898a30860fad39839264d8
2                     BOOTN0 - DragonFly rewrite of the Boot0 code
4     This code is not yet hooked into the system but will eventually, once
5     tested, replace the existing boot0 code.
7     This is part of a personal project of mine to relocate *ALL* the boot
8     elements to high memory (in the 64KB-640KB range) and to make it possible
9     to adjust the relocation addresses without having to go through loops.
11     All existing FreeBSD boot code works almost exclusively in the first
12     64KB of ram, and through experimentation I have come to the conclusion
13     that this is no longer a BIOS-friendly way of doing things.
15                                                 -Matt
16 $DragonFly: src/sys/boot/i386/bootn0/Attic/README,v 1.1 2004/06/26 02:00:11 dillon Exp $