Newsgroups: comp.os.linux.misc Path: bga.com!news.sprintlink.net!redstone.interpath.net!ddsw1! news.kei.com!MathWorks.Com!uhog.mit.edu!nntp.club.cc.cmu.edu! news.mic.ucla.edu!unixg.ubc.ca!news!cln.etc.bc.ca!nwalker From: nwal...@cln.etc.bc.ca (Norm Walker) Subject: iBCS EMULATOR??? Message-ID: <1994Aug8.060713.20886@news.etc.bc.ca> Originator: nwalker@cln Sender: n...@news.etc.bc.ca Organization: Education Technology Centre of B.C. Date: Mon, 8 Aug 1994 06:07:13 GMT Lines: 7 Why is the iBCS package refered to as an emulator... it adds binary compatability not emulating per se. I have tried it and it works great for everything that I had -- Merritt Secondary School - Computer Support Teacher
Newsgroups: comp.os.linux.misc From: ja...@purplet.demon.co.uk (Mike Jagdis) Path: bga.com!news.sprintlink.net!hookup!swrinde!gatech! news-feed-1.peachnet.edu!news.duke.edu!MathWorks.Com!yeshua.marcam.com! usc!math.ohio-state.edu!jussieu.fr!centre.univ-orleans.fr!univ-lyon1.fr! swidir.switch.ch!newsfeed.ACO.net!Austria.EU.net!EU.net!uunet!pipex! demon!purplet!jaggy Subject: iBCS EMULATOR??? Organization: FidoNet node 2:252/305 - The Purple Tentacle, Reading Date: Mon, 8 Aug 1994 22:23:00 +0000 Message-ID: <720.2E480C44@purplet.demon.co.uk> Sender: use...@demon.co.uk Lines: 15 * In message <1994Aug8.060713.20...@news.etc.bc.ca>, Norm Walker said: NW> Why is the iBCS package refered to as an emulator... it adds NW> binary compatability not emulating per se. Binary compatibility tends to imply handling for a particular format of binary. As well as that we have to emulate the behaviour of system calls and subsystems which do not correspond to the POSIX-ish flavours used by Linux. As well as that we try to identify what type of system the binary was compiled on so we can correctly emulate vendor specific extensions/kludges to the base standards. Binary compatibility gets the program in to memory - from there on we emulate the OS it expects to be running under. Mike