EMILE/second
2005-06-06 19:38:07 +00:00
..
arch.c Remove NULL 2005-05-23 22:27:03 +00:00
arch.h use bus types from bootx.h 2005-05-12 21:07:11 +00:00
bank.c Correct m68k_init_memory_bank in case where there is no MMU 2005-05-10 22:52:21 +00:00
bank.h Add malloc.h for size_t in malloc() 2005-05-12 21:57:42 +00:00
bootinfo.c Remove SUPPORT_68000 and add __mulsi3, __udivsi3, __divsi3, umodsi3 and modsi3 to glue.S 2005-05-22 21:11:05 +00:00
bootinfo.h
bootx.c init bootx_infos structure 2005-05-12 21:56:43 +00:00
bootx.h Add bootx_infos variable 2005-05-13 17:26:12 +00:00
console.c use console_putchar() and console_putstring() instead of putchar() and putstring() (create some problems...) 2005-05-25 06:26:00 +00:00
console.h use console_putchar() and console_putstring() instead of putchar() and putstring() (create some problems...) 2005-05-25 06:26:00 +00:00
container.S
copymem.i
enter_kernel030.S remove 'ori.w #0x0700, %sr', must be made by the caller 2005-05-25 06:41:03 +00:00
enter_kernel040.S remove 'ori.w #0x0700, %sr', must be made by the caller 2005-05-25 06:41:03 +00:00
enter_kernelnoMMU.S First revision 2005-05-16 21:29:58 +00:00
enter_kernelPPC.h change unsigned long to u_int32_t 2005-05-13 22:01:41 +00:00
enter_kernelPPC.S remove 'ori.w #0x0700, %sr', must be made by the caller 2005-05-25 06:41:03 +00:00
font_8x16.c
glue.h Add some Quickdraw structures 2005-05-23 20:11:26 +00:00
glue.S save and restore registers at entry/exit of functions (detected with GCC 3) 2005-06-01 23:26:24 +00:00
head.h
head.S GCC 3 requires BSS be cleared: it places variables initialized to 0 from DATA to BSS 2005-06-06 19:33:40 +00:00
inflate.c backport fix from gzip 1.3.5 2005-06-06 18:15:51 +00:00
ld.script
load.c Add <string.h> 2005-05-22 21:14:41 +00:00
load.h
lowmem.h
main.c Add 'ori.w #0x0700,%sr' 2005-05-25 22:05:35 +00:00
Makefile Remove -Os, kernel doesn't boot on my LC475 2005-05-25 19:05:22 +00:00
memory.c
memory.h
misc.c Really change putstring() to console_putstring() 2005-05-25 06:32:58 +00:00
misc.h
MMU030_asm.S save and restore registers at entry/exit of functions (detected with GCC 3) 2005-06-01 23:26:24 +00:00
MMU030.c
MMU030.h
MMU040_asm.S save and restore %d2 in MMU040_read_phys (detected with GCC 3.4) 2005-06-01 22:48:38 +00:00
MMU040.c Manage RESIDENT page entry 2005-06-06 19:38:07 +00:00
MMU040.h
PPC_asm.S remove PPC_disable_cache 2005-05-12 05:47:00 +00:00
printf.c more gcc-3 compatibility: add putchar() 2005-05-26 22:43:10 +00:00
scsi.c
scsi.h
serial.c
serial.h
uncompress.c Set STATIC to static 2005-06-06 19:36:13 +00:00
uncompress.h
vga.c Add InitGraf() and detect if glue_display_properties() cannot get properties (B&W display ? seen on Mac Classic) 2005-05-23 20:13:13 +00:00
vga.h