EMILE/second
2004-02-23 23:32:54 +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 create boot_info[].memory like in the penguin (bigger first, physical memory blocs) 2004-02-23 23:31:56 +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 real video base address instead of computed one (with bounds) 2004-02-21 01:47:02 +00:00
glue.S Add real video base address instead of computed one (with bounds) 2004-02-21 01:47:02 +00:00
head.S Move call of bootinfo_init after memory_init (use memory_map) 2004-02-17 10:09:14 +00:00
inflate.c Initial revision 2004-02-15 20:46:45 +00:00
ld.script Initial revision 2004-02-15 20:46:45 +00:00
lowmem.h Initial revision 2004-02-15 20:46:45 +00:00
main.c Disable interrupts, correct entry_t 2004-02-23 00:20:11 +00:00
Makefile add bank.[ch], move memory bank management into them 2004-02-19 11:34:18 +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 Add MMU_set_trace() 2004-02-21 01:52:51 +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