File: ChangeLog

package info (click to toggle)
quik 2.1-9.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 772 kB
  • ctags: 969
  • sloc: ansic: 3,813; asm: 524; makefile: 105; perl: 74; sh: 43
file content (51 lines) | stat: -rw-r--r-- 1,694 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Changelog for quik
==================

TODO list at the bottom, it also includes fun stuff as well as useful stuff.



Changes for 2.1:
----------------

* Add a README to the source; viewarch.cgi access at:
	<http://dav.kisikew.org/cgi/viewarch.cgi> or 
	<http://dav.kisikew.org/cgi/archzoom.cgi>.
* Compiles and works with gcc 3 (!).
* Fixed sprintf.
* Added initrd= to man page.
* Added support to quik for booting from the ANS RAID controller.
* Added initrd support.
* Read chosen/bootargs in OF.
* 'pause-after' works.
* *Really* fix increased maximum kernel size that quik can handle.


Changes for 2.0e:
-----------------

* Edited the top Makefile to point to /usr/share/man instead of /usr/man.
* Corrected some typos in conf.empty.
* Include ext2fs/ext2_fs.h instead of linux/ext2_fs.h in two places, 
	so it builds from source again.
* Add a patch by Mich Lanners to fix a bug concerning the scsi disk device 
	designation.
* Add a patch by Benjamin Herrenschmidt to increase the maximum size of the 
	kernel that quik can handle.
* Add a patch by Ethan Benson to handle symbolic links for kernel images.
* Add a patch to make G3-equipped PowerSurges boot. Thanks to Michael Lanners, 
	who wrote the patch for Quik 1.3.1, and to Lee Cremeans, who ported it to 
	the current version.
* force use of our own setjmp implementation based on glibc 6.1 implementation.
* properly set kernel args to use a null pointer.
* (I'll add more changes later as time permits).


TODO:
-----

* Floppy support so we can get rid of miboot on a lot of machines.
* Simple framebuffer support for machines which lack an OF-supported
	framebuffer (eg. 7200, 5400, 5500, 6400).
* Splash screen support.