Merge from vendor branch CVS:
[dragonfly.git] / sys / boot / i386 / bootn0 / README
1
2                     BOOTN0 - DragonFly rewrite of the Boot0 code
3
4     This code is not yet hooked into the system but will eventually, once
5     tested, replace the existing boot0 code.
6
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.
10
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.
14
15                                                 -Matt
16 $DragonFly: src/sys/boot/i386/bootn0/Attic/README,v 1.1 2004/06/26 02:00:11 dillon Exp $