]> git.proxmox.com Git - grub2.git/blame - NEWS
2003-01-03 Yoshinori K. Okuji <okuji@enbug.org>
[grub2.git] / NEWS
CommitLineData
9962ed99 1New in 0.7:
2
3* Problems in cross-compiling PUPA are fixed.
4
62ddcc8f 5* Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
6 means that any missing prototypes could be fatal. Also, you must take
7 care when writing assembly code. See the comments at the beginning of
8 startup.S, for more details.
9
012d7999 10* New utility, ``pupa-setup''. This sets up PUPA to make it bootable
11 from a real disk.
12
6a161fa9 13New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
14
15* The chainloader and the FAT filesystem are modularized.
16
17* The structure of the source tree is a bit changed.
18
19* Support for building loadable modules is added.
20
21* Some generic parts of pupa-mkimage are segregated.
22
23* Some documentation files are added, according to the GNU Coding
24 Standards.