EMILE is a 680x0 Macintosh bootloader
Go to file
Laurent Vivier 0ee6aca5ae Rules: add -U to ar
by default ar uses deterministic mode and all .o are
added even if they are not new. Disable this by adding -U
to ARFLAGS.

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
2017-03-16 20:12:52 +00:00
config docs: move emile.conf to config/ 2015-11-11 20:13:36 +01:00
debian add configure script 2017-03-16 20:47:29 +01: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 remove trailing spaces from multiple Makefiles 2017-03-15 22:56:49 +01:00
second remove trailing spaces from multiple Makefiles 2017-03-15 22:56:49 +01:00
tools tools: remove targets clean and dist 2017-03-16 20:05:04 +00: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 add configure script 2017-03-16 20:47:29 +01: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 Rules: add -U to ar 2017-03-16 20:12:52 +00:00
config.mk move floppy.conf to config/ 2014-05-10 18:31:27 +02:00
configure add configure script 2017-03-16 20:47:29 +01: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>