.. |
arch.c
|
Set mmu type according to cpu type when gestalt() says noMMU
|
2004-06-02 21:11:21 +00:00 |
arch.h
|
|
|
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
|
rename video graphic adapter function from console_* to vga_*
|
2004-06-22 21:24:22 +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
|
|
|
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
|
Move emile_l2_header definition from tools/emile-second.h to second/head.h
|
2004-06-22 21:19:48 +00:00 |
head.S
|
Pass first level parameter in a structure
|
2004-06-04 22:29:43 +00:00 |
inflate.c
|
change octal to hexadecimal, correct some warnings
|
2004-06-03 07:56:17 +00:00 |
ld.script
|
|
|
load.c
|
Align memory allocation
|
2004-06-07 18:51:51 +00:00 |
load.h
|
|
|
lowmem.h
|
|
|
main.c
|
correct relocation of enter_kernel() at end of kernel
|
2004-06-16 21:01:40 +00:00 |
Makefile
|
Add vga.o
|
2004-06-22 21:22:08 +00:00 |
memory.c
|
|
|
memory.h
|
|
|
misc.c
|
Add string conversion function from C string to pascal string
|
2004-06-21 22:40:10 +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
|
|
|
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
|
|
|
printf.c
|
|
|
serial.c
|
Serial port management
|
2004-06-21 22:39:25 +00:00 |
serial.h
|
Serial port management
|
2004-06-21 22:39:25 +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 |