EMILE/second
2007-05-16 20:43:41 +00:00
..
arch.c second argument of Gestalt() is signed long, cast unsigned parameter 2007-03-22 16:27:34 +00:00
arch.h
bank.c
bank.h
bootenv.c
bootenv.h
bootinfo.c
bootinfo.h
bootstrapPPC.S Add bootstrap and switch to PPC 2007-02-02 22:21:38 +00:00
bootx.c
bootx.h include macos/types.h 2006-12-29 22:10:34 +00:00
cli.c
cli.h
config.c Manage configuration stored in a file 2007-05-16 20:43:41 +00:00
config.h emile_l2_header.configuration is int8_t, so functions arguments must use int8_t when dealing with configuration 2007-03-22 16:45:59 +00:00
console.c
console.h
copymem.i
driver.c
driver.h
enter_kernel030.h
enter_kernel030.S change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
enter_kernel040.h
enter_kernel040.S change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
enter_kernel.c remove bootstrap_size for ARCH_PPC 2006-12-29 22:14:13 +00:00
enter_kernel.h Substract min_addr instead of PAGE_SIZE, align kernel address on PAGE_SIZE 2007-02-02 20:13:11 +00:00
enter_kernelnoMMU.h
enter_kernelnoMMU.S change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
font_8x16.c font_get is unsigned 2007-03-22 16:22:45 +00:00
head.h change signature to EM07 to support config file 2007-05-12 19:33:25 +00:00
head.S change signature to EM07 to support config file 2007-05-12 19:33:25 +00:00
keyboard.c
keyboard.h
ld.script Add bootstrap section 2007-02-02 22:10:17 +00:00
load.c set variable kernel by casting with (char*) instead of (unsigned char*) 2007-03-22 16:21:54 +00:00
load.h
main.c Correct GPR[7] init 2007-02-19 15:57:57 +00:00
Makefile Remove section .bootstrap from swith_to_PPC.o to be able to put the new one 2007-02-19 15:57:25 +00:00
misc.c a C string is signed char 2007-03-22 16:42:06 +00:00
misc.h a C string is signed char 2007-03-22 16:42:06 +00:00
MMU030_asm.S change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
MMU030.c
MMU030.h
MMU040_asm.S change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
MMU040.c
MMU040.h
ppc_regs.i Define PPC registers for PPC bootstrap 2007-02-02 22:29:40 +00:00
serial.c
serial.h
switch_to_PPC.h Substract min_addr instead of PAGE_SIZE, align kernel address on PAGE_SIZE 2007-02-02 20:13:11 +00:00
switch_to_PPC.S change .chip to .cpu to use binutils 2.17 2007-03-22 15:36:39 +00:00
vga.c remove display_properties.S and define LMGetMainDevice(), detect display in vga_init() 2007-03-31 07:26:05 +00:00
vga.h