[46] in linux-announce channel archive
Missing Changes from patches to compile the kernel with elf.
daemon@ATHENA.MIT.EDU (Lars Wirzenius)
Tue Dec 27 10:29:47 1994
Date: Tue, 27 Dec 1994 16:32:10 +0200
From: Lars Wirzenius <wirzeniu@cc.helsinki.fi>
To: linux-activists@niksula.hut.fi, linux-announce@vger.rutgers.edu
X-Mn-Key: announce
From: biro@yggdrasil.com (Ross Biro)
Subject: Missing Changes from patches to compile the kernel with elf.
Newsgroups: comp.os.linux.announce
Keywords: kernel, gcc, elf
References: <3cn34o$5r1@klaava.Helsinki.FI>
Organization: ?
Approved: linux-announce@tc.cornell.edu (Lars Wirzenius)
Followup-to: comp.os.linux.misc
The following changes to linux/arch/i386/Makefile were inadvertantly left
out of the patches I posted ealier. Please apply them and recompile the
kernel with the elf compiler. I apologize for any inconvenience.
Ross Biro biro@yggdrasil.com
*** Makefile.~1~ Thu Dec 15 11:02:40 1994
--- Makefile Tue Dec 20 10:05:47 1994
***************
*** 39,49 ****
zBoot/zSystem: zBoot/*.c zBoot/*.S tools/zSystem
$(MAKE) -C zBoot
zImage: $(CONFIGURE) boot/bootsect boot/setup zBoot/zSystem tools/build
! tools/build boot/bootsect boot/setup zBoot/zSystem $(ROOT_DEV) > zImage
sync
zdisk: zImage
dd bs=8192 if=zImage of=/dev/fd0
--- 39,50 ----
zBoot/zSystem: zBoot/*.c zBoot/*.S tools/zSystem
$(MAKE) -C zBoot
zImage: $(CONFIGURE) boot/bootsect boot/setup zBoot/zSystem tools/build
! objdump -k -q -o 4096 zBoot/zSystem >zBoot/zSystem.out
! tools/build boot/bootsect boot/setup zBoot/zSystem.out $(ROOT_DEV) > zImage
sync
zdisk: zImage
dd bs=8192 if=zImage of=/dev/fd0
--
Send submissions for comp.os.linux.announce to: linux-announce@news.ornl.gov
PLEASE remember Keywords: and a short description of the software.