EMILE/second
2004-02-26 22:55:30 +00:00
..
arch.c Add header 2004-02-26 22:29:31 +00:00
arch.h Add header 2004-02-26 22:29:31 +00:00
bank.c let bank_dump() for debug purpose only, activate it with BANK_DUMP macro 2004-02-23 23:29:59 +00:00
bank.h Add bank_mem_avail(): compute size of available memory 2004-02-23 00:24:05 +00:00
bootinfo.c Move machine identification (cpu, mmu, fpu, architecture, bus) to arch.[ch] 2004-02-26 22:55:30 +00:00
bootinfo.h Initial revision 2004-02-15 20:46:45 +00:00
console.c Add real video base address instead of computed one (with bounds) 2004-02-21 01:47:02 +00:00
console.h re-add console_get_height() 2004-02-21 01:56:19 +00:00
enter_kernel.S Add 3rd parameter to set destination address to copy kernel 2004-02-23 23:32:54 +00:00
font_8x16.c Initial revision 2004-02-15 20:46:45 +00:00
glue.h Add define noErr 2004-02-26 22:53:13 +00:00
glue.S Add ReadLocation(MachineLocation) 2004-02-24 22:30:14 +00:00
head.S Identify machine in arch_init() 2004-02-26 22:52:35 +00:00
inflate.c Initial revision 2004-02-15 20:46:45 +00:00
ld.script Add Time to get time from MacOS 2004-02-24 22:29:27 +00:00
lowmem.h Add Time to get time from MacOS 2004-02-24 22:29:27 +00:00
main.c Add a skeleton of powerPC support 2004-02-26 22:51:37 +00:00
Makefile add arch.o, and -DTARGET_PPC or -DTARGET_M68K 2004-02-26 20:12:01 +00:00
memory.c Try to allocate memory to not have a bloc across two banks, correct management of top memory, and low memory 2004-02-23 00:23:14 +00:00
memory.h add bank.[ch], move memory bank management into them 2004-02-19 11:34:18 +00:00
misc.c Initial revision 2004-02-15 20:46:45 +00:00
misc.h Initial revision 2004-02-15 20:46:45 +00:00
MMU_asm.S Initial revision 2004-02-15 20:46:45 +00:00
MMU.c Correct bad table address evaluation 2004-02-21 01:21:41 +00:00
MMU.h Remove TRACE_MMU 2004-02-24 22:48:36 +00:00
printf.c Initial revision 2004-02-15 20:46:45 +00:00
uncompress.c Initial revision 2004-02-15 20:46:45 +00:00
uncompress.h Initial revision 2004-02-15 20:46:45 +00:00