EMILE/second
2005-05-24 00:00:13 +00:00
..
arch.c Remove NULL 2005-05-23 22:27:03 +00:00
arch.h use bus types from bootx.h 2005-05-12 21:07:11 +00:00
bank.c Correct m68k_init_memory_bank in case where there is no MMU 2005-05-10 22:52:21 +00:00
bank.h Add malloc.h for size_t in malloc() 2005-05-12 21:57:42 +00:00
bootinfo.c Remove SUPPORT_68000 and add __mulsi3, __udivsi3, __divsi3, umodsi3 and modsi3 to glue.S 2005-05-22 21:11:05 +00:00
bootinfo.h Pass booter info by args of start() 2004-06-03 19:30:26 +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
console.c replace console_put() by putchar() and console_print() by putstring() 2005-05-23 17:09:48 +00:00
console.h replace console_put() by putchar() and console_print() by putstring() 2005-05-23 17:09:48 +00:00
container.S replace emile-set-startup by emile-map-set 2004-12-27 21:39:19 +00:00
copymem.i use copymem.i to copy kernel 2004-06-07 22:13:00 +00:00
enter_kernel030.S move interrupt disabling from main 2005-05-13 22:36:48 +00:00
enter_kernel040.S move interrupt disabling from main 2005-05-13 22:36:48 +00:00
enter_kernelnoMMU.S First revision 2005-05-16 21:29:58 +00:00
enter_kernelPPC.h change unsigned long to u_int32_t 2005-05-13 22:01:41 +00:00
enter_kernelPPC.S disable interrupts here 2005-05-13 22:02:12 +00:00
font_8x16.c Initial revision 2004-02-15 20:46:45 +00:00
glue.h Add some Quickdraw structures 2005-05-23 20:11:26 +00:00
glue.S Add commnets for InitGraf() 2005-05-23 22:22:36 +00:00
head.h switch EM04, add container management for SCSI support 2004-12-03 00:20:08 +00:00
head.S Add 68000 support 2005-05-17 23:36:26 +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 Add <string.h> 2005-05-22 21:14:41 +00:00
load.h load_image() doesn't malloc memory anymore, we must provide the buffer 2004-12-25 00:53:59 +00:00
lowmem.h remove bad comments 2004-10-07 09:07:51 +00:00
main.c concatenate string of EMILE and CPU type 2005-05-22 23:16:54 +00:00
Makefile produce 68020 as cc is bugged 2005-05-24 00:00:13 +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 in error(), use puts() instead of printf() 2005-05-23 17:08:51 +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 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 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
PPC_asm.S remove PPC_disable_cache 2005-05-12 05:47:00 +00:00
printf.c correct puts() usage, use putchar() and putstring() 2005-05-23 17:10:19 +00:00
scsi.c Add scsi_READ 2004-12-03 00:14:05 +00:00
scsi.h Add scsi_READ 2004-12-03 00:14:05 +00:00
serial.c correct port 1 (printer) initialisation 2004-12-30 23:42:40 +00:00
serial.h Add serial_put() and serial_init() 2004-06-22 22:05:24 +00:00
uncompress.c use putchar() instead of console_put() 2005-05-23 17:08:17 +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 Add InitGraf() and detect if glue_display_properties() cannot get properties (B&W display ? seen on Mac Classic) 2005-05-23 20:13:13 +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