EMILE/second
2005-12-05 19:57:27 +00:00
..
arch.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
arch.h Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
bank.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
bank.h define check_full_in_bank(a,b) (1) when no MMU 2005-10-20 22:01:29 +00:00
bootenv.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
bootenv.h Set some env variables 2005-09-19 22:07:21 +00:00
bootinfo.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +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 Move MacOS functions to libmacos, disable inline of putchar() enabled by -O2 2005-11-08 02:13:30 +00:00
cli.h Command Line Interpreter 2005-08-27 21:24:26 +00:00
config.c read_line() : do not cross the the end of the configuration (0-mark), remove traces about kernel and initrd 2005-11-28 23:56:47 +00:00
config.h Manage stopbits for serial, put parameters on a line alone, not inside kernel property 2005-11-28 23:20:25 +00:00
console.c add read_config_vga() 2005-11-28 23:21:00 +00:00
console.h Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
copymem.i use copymem.i to copy kernel 2004-06-07 22:13:00 +00:00
driver.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
driver.h Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
enter_kernel.c Remove traces (MMU type) 2005-12-05 19:53:39 +00:00
enter_kernel.h functions to enter kernel with/without MMU 2005-10-20 22:02:25 +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 Initial revision 2004-02-15 20:46:45 +00:00
head.h Manage stopbits for serial, put parameters on a line alone, not inside kernel property 2005-11-28 23:20:25 +00:00
head.S EM06 header type: all is stored as text 2005-11-27 22:31:07 +00:00
keyboard.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
keyboard.h remove wait and timeout from keyboard_keypressed() 2005-08-27 15:46:47 +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 add 0%, check return of seek() 2005-12-05 19:57:27 +00:00
load.h correct load_ramdisk() 2005-11-23 22:43:32 +00:00
main.c remove banner and some traces 2005-12-05 19:56:37 +00:00
Makefile Add libcontainer 2005-12-01 22:16:34 +00:00
misc.c Move UNIX/POSIX/C functions to libunix 2005-11-08 02:04:54 +00:00
misc.h Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
MMU030_asm.S Add nop in cache disable 2005-10-20 12:32:48 +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 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
serial.c Manage stopbits for serial, put parameters on a line alone, not inside kernel property 2005-11-28 23:20:25 +00:00
serial.h Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
vga.c Move MacOS functions to libmacos 2005-11-08 02:06:40 +00:00
vga.h Add vga_cursor_save(), vga_cursor_save() and correct backspace 2005-08-28 21:39:54 +00:00