EMILE is a 680x0 Macintosh bootloader
Go to file
Laurent Vivier 91a43e63c2 Correctly use linux/ext2_fs.h or ext2fs/ext2_fs.h
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2015-11-08 22:42:27 +01:00
config remove gestaltID from cdrom-etch.conf 2014-05-11 02:51:05 +02:00
debian Release version 0.14 2013-09-05 14:45:29 +02:00
docs Update email address 2013-09-05 14:45:27 +02: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 Allows to share EMILE directory between several archs 2015-09-20 23:06:08 +02: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 correct return code of map_write 2014-05-31 12:19:52 +02: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 Correctly use linux/ext2_fs.h or ext2fs/ext2_fs.h 2015-11-08 22:42:27 +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>