Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!mailrus!ames!dftsrv!iris613!stailey From: stailey@iris613.gsfc.nasa.gov (Ken Stailey) Newsgroups: comp.os.minix Subject: Re: minix ST 1.5.0 Keywords: minix, atarist Message-ID: <1084@dftsrv.gsfc.nasa.gov> Date: 6 Mar 90 03:14:01 GMT References: <1990Mar6.012337.20707@max.sunysb.edu> Sender: news@dftsrv.gsfc.nasa.gov Reply-To: stailey@iris613.UUCP (Ken Stailey) Organization: Goddard Space Flight Center Climate and Radiation Branch Lines: 14 In article <1990Mar6.012337.20707@max.sunysb.edu> figuei@max.sunysb.edu (Francisco Figueirido) writes: >I tried ps but it complained that it couldn't read some kernel tables >(I was root). Is this because it only works with the 1.5.3 kernel? >If so I will wait till Frans Meulenbreoks posts the new diff's. ps looks for "/usr/src/kernel/kernel" "/usr/src/mm/mm" and "/usr/src/fs/fs" by default. On the ST these all end in ".mix". You must either modify the code to look for the ".mix" files or link the the files to the names ps wants. The source code mods are very trival because #defines are used. Also you must compile the kernel.mix mm.mix & fs.mix without stripping the symbol tables. Once you can get ps to work you may use the "-U" option to generate a small file called "/etc/psdatabase" and rm the ".mix" files. INET stailey@iris613.gsfc.nasa.gov UUCP {backbone}!dftsrv!iris613!stailey