EMILE is a 680x0 Macintosh bootloader
Go to file
Laurent Vivier 2b5a4fc3bf Release version 0.14
Signed-off-by: Laurent Vivier <Laurent@Vivier.EU>
2013-09-05 14:45:29 +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 Update email address 2013-09-05 14:45:27 +02:00
libext2 Update email address 2013-09-05 14:45:27 +02: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 Update email address 2013-09-05 14:45:27 +02:00
libmap Update email address 2013-09-05 14:45:27 +02:00
libscsi Update email address 2013-09-05 14:45:27 +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 EMILE PPC is also compiled with m68k tools except clearly 2009-06-08 18:33:19 +02:00
second Update email address 2013-09-05 14:45:27 +02:00
tools Update email address 2013-09-05 14:45:27 +02: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 Update email address 2013-09-05 14:45:27 +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 Update email address 2013-09-05 14:45:27 +02:00
config.mk Release version 0.14 2013-09-05 14:45:29 +02:00
floppy.conf Update email address 2013-09-05 14:45: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>