2004-07-12 22:04:54 +00:00
|
|
|
12 July 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
|
|
|
|
* Macintosh SE/30 support
|
|
|
|
* serial line console support
|
|
|
|
* fragmented memory support
|
|
|
|
|
2004-06-09 21:34:42 +00:00
|
|
|
09 June 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
|
|
|
|
* really ;-) supports quadra 610 (full 68040 support)
|
|
|
|
* use memory management of MacOS ROM
|
|
|
|
(remove EMILE memory management)
|
|
|
|
* use floppy driver of MacOS ROM
|
|
|
|
* relocatable second stage
|
|
|
|
* BSS allocation
|
|
|
|
* configurable kernel boot arguments
|
|
|
|
* separated images for second stage, kernel and ramdisk
|
|
|
|
* add tools to manage floppy image
|
|
|
|
* my build environment is now Debian Sid PPC
|
|
|
|
|
2004-05-11 23:17:03 +00:00
|
|
|
11 May 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
|
|
|
|
* I test it on my Quadra 610 and it works,
|
2004-06-09 21:34:42 +00:00
|
|
|
(I don't know why, perhaps because HD is broken)
|
2004-05-11 23:17:03 +00:00
|
|
|
so I decided to release the Release 0.3
|
|
|
|
|
2004-02-24 22:40:30 +00:00
|
|
|
24 Feb 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
2004-02-15 20:46:45 +00:00
|
|
|
|
2004-02-24 22:40:30 +00:00
|
|
|
* more corrections in MMU (Table descriptor mask)
|
|
|
|
* a lot of modifications on memory blocks and compute kernel destination
|
|
|
|
address to boot on RBV macs
|
|
|
|
* Add Time and GMT in bootinfo
|
|
|
|
* reverse ChangeLog
|
|
|
|
* Release 0.2
|
|
|
|
|
|
|
|
19 Feb 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
|
|
|
|
* add bank.[ch], move memory bank management into them
|
2004-02-17 10:32:48 +00:00
|
|
|
|
|
|
|
17 Feb 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
|
|
|
|
* first/Makefile: remove config.h on "make clean"
|
|
|
|
* Makefile: Detect architecture (PPC or 68K) of kernel
|
|
|
|
* second/head.S: Move call of bootinfo_init after memory_init
|
2004-02-17 22:57:33 +00:00
|
|
|
* second/memory.c: we generate memory_map here, add logical address in
|
|
|
|
bank information
|
2004-02-17 10:32:48 +00:00
|
|
|
* second/memory.h: export memory_map
|
|
|
|
* second/main.c, second/bootinfo.c:
|
|
|
|
move call to get_memory_map() to memory.c
|
2004-02-17 22:57:33 +00:00
|
|
|
* second/MMU.[ch]: Add dump_MMU_table(), correct 8byte table scan,
|
|
|
|
add TRACE(), correct Table Indices extraction in decode_[48]_PD(),
|
|
|
|
correct LIMIT management in decode_8_PD(), correct computing of
|
|
|
|
physical address
|
2004-02-19 11:34:18 +00:00
|
|
|
|
2004-02-24 22:40:30 +00:00
|
|
|
15 Feb 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
2004-02-23 23:37:12 +00:00
|
|
|
|
2004-02-24 22:40:30 +00:00
|
|
|
* First release 0.1
|