Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!news.physics.uiowa.edu!newsrelay.iastate.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!psinntp!psinntp!psinntp!usenet1.news.uk.psi.net!uknet!dispatch.news.demon.net!demon!longacre.demon.co.uk From: searle@longacre.demon.co.uk (Michael Searle) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Loading modules Date: Thu, 06 Jun 1996 11:46:54 BST Lines: 22 Message-ID: <nD9F8F1D5@longacre.demon.co.uk> References: <4p2ipv$59h@washington.nwlink.com> <4p4qhb$obr@jraynard.demon.co.uk> NNTP-Posting-Host: longacre.demon.co.uk X-NNTP-Posting-Host: longacre.demon.co.uk X-Newsreader: Offlite 0.09 / Termite Internet for Acorn RISC OS james@jraynard.demon.co.uk (James Raynard) wrote: > > In article <4p2ipv$59h@washington.nwlink.com>, <ltaylor@nwlink.com> > wrote: >> Currently, when I try to run "modload" to load the linux emulation >> modules, etc., my machine reports the following: >> Undefined entry symbol '_xxxinit'. >> Ummm - what's that mean? > Do you have Linux support compiled into your kernel? '_xxxinit' isn't the right entry symbol for the linux emulator - it's the standard one used if you don't specify an entry symbol with -e. I think what you need is 'linux_init'. -- Michael Searle - searle@longacre.demon.co.uk