From owner-freebsd-hackers Wed Mar 6 06:30:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA23586 for hackers-outgoing; Wed, 6 Mar 1996 06:30:04 -0800 (PST) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA23537 Wed, 6 Mar 1996 06:29:55 -0800 (PST) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id PAA04245; Wed, 6 Mar 1996 15:16:55 +0100 Message-Id: <199603061416.PAA04245@ra.dkuug.dk> Subject: Linux ELF newsflash !!! To: hackers@freebsd.org (FreeBSD hackers) Date: Wed, 6 Mar 1996 15:16:54 +0100 (MET) Cc: peter@freebsd.org From: sos@freebsd.org Reply-to: sos@freebsd.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@freebsd.org Precedence: bulk Its come so far, I've run the first (ever) Linux ELF binary on my -current system: (sos@CatFish)[63]> pwd /usr/home/sos/import/ELF-linux/bin (sos@CatFish)[64]> file ls ls: ELF 32-bit LSB executable, Intel 80386, version 1 (sos@CatFish)[62]> ./ls ELF PT_PHDR section <8000034> ELF PT_INTERP section ELF PT_LOAD section .text <08000000,00007000> entry=08000d10 ELF PT_LOAD section bss size 6988 (1b4c) .data <08007000,00002000> ELF PT_DYNAMIC section ?? ELF(file) PT_LOAD section .text <10000000,00005000> entry=10000930 ELF(file) PT_LOAD section bss size 2232 (8b8) .data <10005000,00001000> ELF(file) PT_DYNAMIC section LINUX FIXUP chgrp cp dircolors ln mkdir mv touch chmod dd du ls mkfifo rm chown df ed ls.core mknod rmdir (sos@CatFish)[64]> And FreeBSD native ELF bins works out of the box... So know you know, (and NO quake doesn't run yet...) back to hacking.. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.