.. |
arch.c
|
Set mmu type according to cpu type when gestalt() says noMMU
|
2004-06-02 21:11:21 +00:00 |
arch.h
|
move some stuff from head.S to main.c
|
2004-05-26 18:32:49 +00:00 |
bank.c
|
add check_full_in_bank()
|
2004-06-16 17:23:12 +00:00 |
bank.h
|
add check_full_in_bank()
|
2004-06-16 17:23:12 +00:00 |
bootinfo.c
|
Remove unused TARGET_M68K, by the way correct the bad SCC info provided to kernel
|
2004-06-23 17:28:46 +00:00 |
bootinfo.h
|
Pass booter info by args of start()
|
2004-06-03 19:30:26 +00:00 |
console.c
|
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 |
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 |
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 |
font_8x16.c
|
Initial revision
|
2004-02-15 20:46:45 +00:00 |
glue.h
|
Add all needed stuff for serial port management
|
2004-06-21 22:42:21 +00:00 |
glue.S
|
Add PBWriteSync
|
2004-06-21 22:41:30 +00:00 |
head.h
|
Add __HEAD_H__
|
2004-06-22 22:07:54 +00:00 |
head.S
|
Add serial configuration information in header
|
2004-06-22 21:24:54 +00:00 |
inflate.c
|
change octal to hexadecimal, correct some warnings
|
2004-06-03 07:56:17 +00:00 |
ld.script
|
floppy image is now built from several parts (first, second, kernel, ramdisk) with emile-install. Linker cannot provide kernel size and position anymore
|
2004-06-01 22:00:21 +00:00 |
load.c
|
Align memory allocation
|
2004-06-07 18:51:51 +00:00 |
load.h
|
load binary image from disk
|
2004-05-26 21:59:06 +00:00 |
lowmem.h
|
Use absolute address to lowmem variables
|
2004-05-25 19:32:12 +00:00 |
main.c
|
to allow serial console, move last printf before cache flush and interrupt disabling
|
2004-06-23 19:09:11 +00:00 |
Makefile
|
Add vga.o
|
2004-06-22 21:22:08 +00:00 |
memory.c
|
add misc.h for glue.h (for 64bit support)
|
2004-06-02 17:38:24 +00:00 |
memory.h
|
add bank.[ch], move memory bank management into them
|
2004-02-19 11:34:18 +00:00 |
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
|
correct GET_TT_ENABLE
|
2004-03-05 23:55:54 +00:00 |
MMU030.h
|
add 68040 MMU support skeleton
|
2004-03-04 22:50:11 +00:00 |
MMU040_asm.S
|
Add disable_cache() for 030 and 040 (new)
|
2004-06-09 17:34:40 +00:00 |
MMU040.c
|
clean code
|
2004-03-06 00:25:37 +00:00 |
MMU040.h
|
rename with MMU040_
|
2004-03-05 22:39:51 +00:00 |
printf.c
|
Correct bad hexadecimal display. bug #977860
|
2004-06-23 17:23:08 +00:00 |
serial.c
|
don't use buffer
|
2004-06-22 22:59:20 +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
|
pass compress image address by argument to uncompress() and remove unneeded size
|
2004-06-03 08:02:41 +00:00 |
vga.c
|
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 |
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 |