.. |
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
|
replace emile-set-startup by emile-map-set
|
2004-12-27 21:39:19 +00:00 |
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
|
Add commnets for InitGraf()
|
2005-05-23 22:22:36 +00:00 |
head.h
|
switch EM04, add container management for SCSI support
|
2004-12-03 00:20:08 +00:00 |
head.S
|
Add 68000 support
|
2005-05-17 23:36:26 +00:00 |
inflate.c
|
|
|
ld.script
|
|
|
load.c
|
Add <string.h>
|
2005-05-22 21:14:41 +00:00 |
load.h
|
load_image() doesn't malloc memory anymore, we must provide the buffer
|
2004-12-25 00:53:59 +00:00 |
lowmem.h
|
remove bad comments
|
2004-10-07 09:07:51 +00:00 |
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
|
|
|
MMU030.c
|
Remove duplicate shift of logical address for DT_VALID_4_BYTE in decode_4_PD() and decode_8_PD()
|
2005-01-03 01:07:49 +00:00 |
MMU030.h
|
|
|
MMU040_asm.S
|
|
|
MMU040.c
|
Remove previous modification in MMU040_logical2physicalAttr()
|
2005-05-25 06:32:19 +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
|
Add scsi_READ
|
2004-12-03 00:14:05 +00:00 |
scsi.h
|
Add scsi_READ
|
2004-12-03 00:14:05 +00:00 |
serial.c
|
correct port 1 (printer) initialisation
|
2004-12-30 23:42:40 +00:00 |
serial.h
|
|
|
uncompress.c
|
use console_putchar() and console_putstring() instead of putchar() and putstring() (create some problems...)
|
2005-05-25 06:26:00 +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
|
|
|