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.
|
|
|
|
|
|
|
|
|
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.
|