.. |
arch.c
|
use bus types from bootx.h
|
2005-05-12 21:07:11 +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
|
Manage special case for Mac SE/30
|
2004-07-10 01:28:27 +00:00 |
bootinfo.h
|
|
|
bootx.c
|
init bootx_infos structure
|
2005-05-12 21:56:43 +00:00 |
bootx.h
|
Add bootx_init() prototype
|
2005-05-12 21:06:04 +00:00 |
console.c
|
use console mask to enable/disable vga and serial
|
2004-06-25 11:15:16 +00:00 |
console.h
|
move all stuff from console.[ch] to vga.[ch]. console is now the generic entry for video graphic adapter and serial adapter, configured with emile_l2_header
|
2004-06-22 21:21:32 +00:00 |
container.S
|
replace emile-set-startup by emile-map-set
|
2004-12-27 21:39:19 +00:00 |
copymem.i
|
use copymem.i to copy kernel
|
2004-06-07 22:13:00 +00:00 |
enter_kernel030.S
|
Add .chip directive
|
2004-06-09 12:24:24 +00:00 |
enter_kernel040.S
|
Add .chip directive
|
2004-06-09 12:24:24 +00:00 |
enter_kernelPPC.S
|
Add bootx info
|
2005-05-12 21:05:36 +00:00 |
font_8x16.c
|
|
|
glue.h
|
Add MacOS functions SCSIReset(), SCSIGet(), SCSISelect(), SCSIcmd(), SCSIRead() and SCSIComplete
|
2004-12-01 00:11:36 +00:00 |
glue.S
|
Add MacOS functions SCSIReset(), SCSIGet(), SCSISelect(), SCSIcmd(), SCSIRead() and SCSIComplete
|
2004-12-01 00:11:36 +00:00 |
head.h
|
switch EM04, add container management for SCSI support
|
2004-12-03 00:20:08 +00:00 |
head.S
|
switch to EM04, add scsi support -> kernel_image_offset is container offset
|
2004-12-03 00:21:25 +00:00 |
inflate.c
|
|
|
ld.script
|
|
|
load.c
|
load_image() doesn't malloc memory anymore, we must provide the buffer
|
2004-12-25 00:53:59 +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 casts and #ifdef
|
2005-05-12 21:04:29 +00:00 |
Makefile
|
Add bootx.o in ppc objects
|
2005-05-12 05:53:14 +00:00 |
memory.c
|
|
|
memory.h
|
|
|
misc.c
|
Add newline at end of error()
|
2004-06-22 22:07:08 +00:00 |
misc.h
|
Add __MISC_H__
|
2004-06-22 21:23:03 +00:00 |
MMU030_asm.S
|
Add disable_cache() for 030 and 040 (new)
|
2004-06-09 17:34:40 +00:00 |
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
|
Add disable_cache() for 030 and 040 (new)
|
2004-06-09 17:34:40 +00:00 |
MMU040.c
|
|
|
MMU040.h
|
|
|
PPC_asm.S
|
remove PPC_disable_cache
|
2005-05-12 05:47:00 +00:00 |
printf.c
|
Correct bad hexadecimal display. bug #977860
|
2004-06-23 17:23:08 +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
|
Add serial_put() and serial_init()
|
2004-06-22 22:05:24 +00:00 |
uncompress.c
|
return uncompressed size
|
2004-06-03 22:38:24 +00:00 |
uncompress.h
|
|
|
vga.c
|
correct 2 bit depth display
|
2004-12-30 23:06:44 +00:00 |
vga.h
|
move all stuff from console.[ch] to vga.[ch]. console is now the generic entry for video graphic adapter and serial adapter, configured with emile_l2_header
|
2004-06-22 21:21:32 +00:00 |