2003-10-27 Marco Gerards <metgerards@student.han.nl>
[grub.git] / README
1 This is PUPA, the Preliminary Universal Programming Architecture for
2 GRUB.  PUPA is a research project for the next generation of GNU GRUB.
3 The most important goal is to make GNU GRUB cleaner, safer, more robust,
4 more powerful, and more portable.
5
6 See the file NEWS for a description of recent changes to PUPA.
7
8 See the file INSTALL for instructions on how to build and install the
9 PUPA data and program files.
10
11 Please visit the official web page of PUPA, for more information.
12 The URL is <http://www.nongnu.org/pupa/>.
13
14 \f
15
16 Because PUPA is still in developmental stage, PUPA is not for general
17 use (yet). For now, you can install PUPA into a floppy by these
18 instructions:
19
20 $ configure && make
21 $ ./pupa-mkimage -v -d . -o core.img _chain ext2
22 $ dd if=boot.img of=/dev/fd0 bs=512 count=1
23 $ dd if=core.img of=/dev/fd0 bs=512 seek=1
24
25 It would be easier to use Bochs <http://bochs.sf.net/> than a real
26 machine.