EMILE/ChangeLog

38 lines
1.3 KiB
Plaintext
Raw Normal View History

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,
(I don't know why, perhaps because HD is borken)
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-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