EMILE/second
2005-10-20 22:00:44 +00:00
..
arch.c move gmt_bias from bootinfo.c to arch.c 2005-09-19 22:01:53 +00:00
arch.h move gmt_bias from bootinfo.c to arch.c 2005-09-19 22:01:53 +00:00
bank.c add USE_MMU, USE_MMU030, USE_MMU040 2005-10-20 21:12:13 +00:00
bank.h add USE_MMU, USE_MMU030, USE_MMU040 2005-10-20 21:12:13 +00:00
bootenv.c Set some env variables 2005-09-19 22:07:21 +00:00
bootenv.h Set some env variables 2005-09-19 22:07:21 +00:00
bootinfo.c add USE_MMU, USE_MMU030, USE_MMU040 2005-10-20 21:12:13 +00:00
bootinfo.h Add scc write base in bootinfo for Mac Classic 2005-06-27 20:25:35 +00:00
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
cli.c Correctly manage VT100 control characters on serial port (ignore NULL characters) 2005-09-05 19:36:12 +00:00
cli.h Command Line Interpreter 2005-08-27 21:24:26 +00:00
console.c Add serial_cursor_restore() and serial_cursor_save() 2005-08-30 08:04:26 +00:00
console.h Add console_cursor_on(), console_cursor_off(), console_cursor_save(), console_cursor_restore() 2005-08-28 21:41:31 +00:00
container.S
copymem.i
driver.c Add turn_off_interrupts 2005-10-10 21:42:58 +00:00
driver.h Add turn_off_interrupts 2005-10-10 21:42:58 +00:00
enter_kernel030.h declare enter_kernel, end_kernel 2005-10-20 21:13:53 +00:00
enter_kernel030.S set netBSD flags 2005-09-21 23:23:18 +00:00
enter_kernel040.h declare enter_kernel, end_kernel 2005-10-20 21:13:53 +00:00
enter_kernel040.S set netBSD flags 2005-09-21 23:23:18 +00:00
enter_kernelnoMMU.h declare enter_kernel, end_kernel 2005-10-20 21:13:53 +00:00
enter_kernelnoMMU.S set netBSD flags 2005-09-21 23:23:18 +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 Disable Slot resources functions 2005-10-10 21:56:14 +00:00
glue.S Disable Slot resources functions 2005-10-10 21:56:14 +00:00
head.h Define COMMAND_LINE_LENGTH 2005-09-19 22:08:08 +00:00
head.S 68000 compatibility: load _GLOBAL_OFFSET_TABLE_ 2005-06-10 20:53:14 +00:00
inflate.c backport fix from gzip 1.3.5 2005-06-06 18:15:51 +00:00
keyboard.c Manage correctly escape strings, GOT table is not able to manage strings pointer in an array, use a switch()/case instead 2005-09-02 23:52:15 +00:00
keyboard.h remove wait and timeout from keyboard_keypressed() 2005-08-27 15:46:47 +00:00
ld.script
load.c Define some macros about floppy structure 2005-06-10 21:09:42 +00:00
load.h move uncompressing kernel from main.c to load.c 2005-06-09 19:58:49 +00:00
lowmem.h Add LMGetUnitTableEntryCount() and LMGetUTableBase() 2005-09-22 23:05:30 +00:00
main.c move some functions to enter_kernel.c 2005-10-20 22:00:44 +00:00
Makefile add USE_MMU, USE_MMU030, USE_MMU040 2005-10-20 21:12:13 +00:00
memory.c
memory.h
misc.c Add p2cstring() 2005-09-22 23:04:43 +00:00
misc.h Add p2cstring() 2005-09-22 23:04:43 +00:00
MMU030_asm.S Add nop in cache disable 2005-10-20 12:32:48 +00:00
MMU030.c
MMU030.h Declare MMU*_disable_cache 2005-10-20 21:12:59 +00:00
MMU040_asm.S save and restore %d2 in MMU040_read_phys (detected with GCC 3.4) 2005-06-01 22:48:38 +00:00
MMU040.c Manage RESIDENT page entry 2005-06-06 19:38:07 +00:00
MMU040.h Declare MMU*_disable_cache 2005-10-20 21:12:59 +00:00
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
scsi.h
serial.c move OpenDriver(), CloseDriver(), read(), write(), SerGetBuf() from serial.c to driver.c 2005-10-06 21:03:19 +00:00
serial.h move OpenDriver(), CloseDriver(), read(), write(), SerGetBuf() from serial.c to driver.c 2005-10-06 21:03:19 +00:00
uncompress.c change prototype of uncompress(): caller provide function to feed the inflate procedure 2005-06-09 22:11:07 +00:00
uncompress.h change prototype of uncompress(): caller provide function to feed the inflate procedure 2005-06-09 22:11:07 +00:00
vga.c Add vga_cursor_save(), vga_cursor_save() and correct backspace 2005-08-28 21:39:54 +00:00
vga.h Add vga_cursor_save(), vga_cursor_save() and correct backspace 2005-08-28 21:39:54 +00:00