EMILE is a 680x0 Macintosh bootloader
Go to file
Laurent Vivier 1f37e6e9b5 docs: move emile.conf to config/
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-11-11 20:13:36 +01:00
config docs: move emile.conf to config/ 2015-11-11 20:13:36 +01:00
debian Release version 0.14 2013-09-05 14:45:29 +02:00
docs docs: move emile.conf to config/ 2015-11-11 20:13:36 +01:00
first Update email address 2013-09-05 14:45:27 +02:00
libblock Update email address 2013-09-05 14:45:27 +02:00
libconfig Update email address 2013-09-05 14:45:27 +02:00
libcontainer Update email address 2013-09-05 14:45:27 +02:00
libemile libmap: move emile_checksum() to map_checksum() 2015-11-08 22:47:21 +01:00
libext2 Correctly use linux/ext2_fs.h or ext2fs/ext2_fs.h 2015-11-08 22:42:27 +01:00
libfloppy Update email address 2013-09-05 14:45:27 +02:00
libgzip Update email address 2013-09-05 14:45:27 +02:00
libiso9660 Update email address 2013-09-05 14:45:27 +02:00
libmacos Use move.w with short in SysError(), InitEvents(), InitFS() 2014-05-09 02:38:54 +02:00
libmap libmap: add map_update_checksum.c 2015-11-10 22:23:53 +01:00
libscsi scsi_command() really return error code in case of error... 2014-05-08 23:37:16 +02:00
libstream Update email address 2013-09-05 14:45:27 +02:00
libui Update email address 2013-09-05 14:45:27 +02:00
libunix Update email address 2013-09-05 14:45:27 +02:00
scripts docs: correctly use docbook2man 2015-09-20 22:36:02 +02:00
second Update email address 2013-09-05 14:45:27 +02:00
tools emile-mktable: force the size of the disk in the table 2015-11-11 18:42:51 +01:00
.gitignore uptdate .gitignore 2009-06-08 22:39:40 +02:00
AUTHORS Update email address 2013-09-05 14:45:27 +02:00
COPYING Update GPLv2 2013-09-05 14:44:59 +02:00
ChangeLog Release version 0.14 2013-09-05 14:45:29 +02:00
Makefile Allows to share EMILE directory between several archs 2015-09-20 23:06:08 +02:00
README Update email address 2013-09-05 14:45:27 +02:00
README.floppy Update email address 2013-09-05 14:45:27 +02:00
README.scsi Update email address 2013-09-05 14:45:27 +02:00
Rules.mk Correctly use linux/ext2_fs.h or ext2fs/ext2_fs.h 2015-11-08 22:42:27 +01:00
config.mk move floppy.conf to config/ 2014-05-10 18:31:27 +02:00
kernel.mk Update email address 2013-09-05 14:45:27 +02:00

README

			EMILE
		(C) 2004-2013 Laurent Vivier

	All files are distributed under the terms of GPL license. See COPYING.

This tool allows to generate a floppy bootable on early macintoshes (680x0 
based macintoshes).

In the booter, is embedded the kernel found in top directory under the name of 
"vmlinux". It has been generated previously in linux source tree with 
"make vmlinux". If a ramdisk (ramdisk.gz) is found, it is also added in
the floppy image.

This work is based on the penguin booter for mac68k, on linux kernel, and 
perhaps on the ppc booter BootX.

Some problems can appear when there is no physical memory in the first bank.

All mechanisms found in "penguin" have not been implemented in EMILE.
You can ask me if one is missing for you :-P

This work has only be tested on a MacIIci with 8 x 4 MB RAM, a Two-Page Display,
and ethernet card sonic.

Have fun
Laurent Vivier <Laurent@Vivier.EU>