mirror of
https://github.com/vivier/EMILE.git
synced 2025-02-07 14:30:34 +00:00
Release 0.5
This commit is contained in:
parent
5a5068cfb6
commit
fd0f434f84
@ -1,3 +1,9 @@
|
||||
12 July 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||
|
||||
* Macintosh SE/30 support
|
||||
* serial line console support
|
||||
* fragmented memory support
|
||||
|
||||
09 June 2004 - Laurent Vivier <LaurentVivier@wanadoo.fr>
|
||||
|
||||
* really ;-) supports quadra 610 (full 68040 support)
|
||||
|
4
Makefile
4
Makefile
@ -4,7 +4,7 @@
|
||||
#
|
||||
|
||||
PACKAGE = emile
|
||||
VERSION = 0.5CVS
|
||||
VERSION = 0.5
|
||||
|
||||
# kernel boot arguments
|
||||
|
||||
@ -46,7 +46,7 @@ KERNEL=vmlinux
|
||||
FILE=file -bknL
|
||||
KERNEL_SIZE=$(shell ls -l vmlinux.bin | awk '{print $$5}')
|
||||
|
||||
all: floppy.img
|
||||
all: tools first/first second/second
|
||||
|
||||
floppy.img: tools first/first vmlinuz second/second $(RAMDISK)
|
||||
ifeq ($(RAMDISK),ramdisk.gz)
|
||||
|
Loading…
x
Reference in New Issue
Block a user