mirror of
https://github.com/vivier/EMILE.git
synced 2024-12-22 10:29:31 +00:00
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
24 Feb 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
* 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
|
|
|
|
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
|
|
* second/memory.c: we generate memory_map here, add logical address in
|
|
bank information
|
|
* second/memory.h: export memory_map
|
|
* second/main.c, second/bootinfo.c:
|
|
move call to get_memory_map() to memory.c
|
|
* 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
|
|
|
|
15 Feb 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
|
|
|
* First release 0.1
|