From fd0f434f84b9cbbcd2ae79aa40b487eaf7f7d02e Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Mon, 12 Jul 2004 22:04:54 +0000 Subject: [PATCH] Release 0.5 --- ChangeLog | 6 ++++++ Makefile | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6673f6f..608dd3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +12 July 2004 - Laurent Vivier + + * Macintosh SE/30 support + * serial line console support + * fragmented memory support + 09 June 2004 - Laurent Vivier * really ;-) supports quadra 610 (full 68040 support) diff --git a/Makefile b/Makefile index 72c5745..1bf31bb 100644 --- a/Makefile +++ b/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)