Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.i386 Subject: Re: a bug in u386mon & what is sys3b(2) ??????? Keywords: swap syscall bug Message-ID: <3715@auspex.auspex.com> Date: 22 Jul 90 01:27:26 GMT References: <1990Jul16.231429.1592@scuzzy.uucp> <2752@aix.aix.kingston.ibm.com> Distribution: comp Organization: Auspex Systems, Santa Clara Lines: 10 >>sys3b(3,&swapinfo), which gave me 'unresolved external' on linking. > >sys3b(2) is a system call specific to 3b architecture. It allows you >to do interesting things to the 3b such as make the green LED flash, >determine the CPU ID, etc etc. Unfortunately, somebody at AT&T got confused and put some calls *not* specific to the 3B architecture into "sys3b()", like the calls to manipulate swapping areas. They may have moved them into some more sensible (i.e., machine-independent) place in S5R4.