2005-08-08 23:15:21 +00:00
|
|
|
New in 1.91:
|
|
|
|
|
|
|
|
* Add support for LZO version 2.
|
|
|
|
|
2005-08-18 03:14:39 +00:00
|
|
|
* Support completion in the entry editor.
|
|
|
|
|
|
|
|
* Add VBE support.
|
|
|
|
|
2005-08-20 07:49:02 +00:00
|
|
|
* New commands, "search", "vbetest" and "vbeinfo".
|
|
|
|
|
2005-08-18 03:14:39 +00:00
|
|
|
|
2005-08-08 23:15:21 +00:00
|
|
|
New in 1.90 - 2005-08-07:
|
2004-04-04 13:46:03 +00:00
|
|
|
|
|
|
|
* Rename the project name PUPA to GRUB. Now this version is the
|
|
|
|
developmental version of GRUB officially.
|
|
|
|
|
|
|
|
* The GRUB emulator ``grub-emu'' is added.
|
|
|
|
|
|
|
|
* Add support for newworld Mac. This should work with other
|
|
|
|
PowerPC-based machines as well, if they use IEEE 1275
|
|
|
|
(Open Firmware).
|
|
|
|
|
2005-08-07 14:59:56 +00:00
|
|
|
* Too many changes to describe. Look at ChangeLog for more details.
|
|
|
|
|
2004-04-04 13:46:03 +00:00
|
|
|
|
2002-12-27 14:14:06 +00:00
|
|
|
New in 0.7:
|
|
|
|
|
|
|
|
* Problems in cross-compiling PUPA are fixed.
|
|
|
|
|
2002-12-28 07:16:30 +00:00
|
|
|
* Use -mrtd and -mregparm=3 to reduce the generated code sizes. This
|
|
|
|
means that any missing prototypes could be fatal. Also, you must take
|
|
|
|
care when writing assembly code. See the comments at the beginning of
|
|
|
|
startup.S, for more details.
|
|
|
|
|
2003-01-02 23:46:21 +00:00
|
|
|
* New utility, ``pupa-setup''. This sets up PUPA to make it bootable
|
|
|
|
from a real disk.
|
|
|
|
|
2003-01-06 00:01:35 +00:00
|
|
|
* New commands, "prefix", "insmod", "rmmod" and "lsmod" are added into
|
|
|
|
the rescue mode to manipulate PUPA modules.
|
|
|
|
|
2003-01-17 02:52:05 +00:00
|
|
|
* Linux support is added. Initrd is not support yet.
|
|
|
|
|
2003-01-31 03:26:56 +00:00
|
|
|
* Reduce the size of a core image significantly by compressing a large
|
|
|
|
part of the core image and decompressing itself at boot time. The
|
|
|
|
currently used algorithm is LZO (more precisely, LZO1X-999). So you
|
|
|
|
have to install LZO to build PUPA. See
|
|
|
|
<http://www.oberhumer.com/opensource/lzo/>, for more information.
|
|
|
|
|
2003-01-06 00:01:35 +00:00
|
|
|
|
2002-12-27 08:53:07 +00:00
|
|
|
New in 0.6 - 2002-12-27, Yoshinori K. Okuji:
|
|
|
|
|
|
|
|
* The chainloader and the FAT filesystem are modularized.
|
|
|
|
|
|
|
|
* The structure of the source tree is a bit changed.
|
|
|
|
|
|
|
|
* Support for building loadable modules is added.
|
|
|
|
|
|
|
|
* Some generic parts of pupa-mkimage are segregated.
|
|
|
|
|
|
|
|
* Some documentation files are added, according to the GNU Coding
|
|
|
|
Standards.
|