Date: Fri, 5 Jan 1996 14:00:45 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) To: craigs@venus.os.com Cc: questions@freebsd.org Subject: Re: Finding interrupts Message-ID: <9601052100.AA07656@emu.fsl.noaa.gov> In-Reply-To: <Pine.BSF.3.91.960105152315.573A-100000@venus.os.com> (message from Craig Shrimpton on Fri, 5 Jan 1996 15:25:01 -0500 (EST))
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Craig" == Craig Shrimpton <craigs@venus.os.com> writes:
Craig> Greetings, Linux has a /proc feature that allows you to
Craig> look at interrupts, ioports, devices, etc. Does FreeBSD
Craig> have any such feature?
Yes.
If you're using FreeBSD 2.0.5 or later, you don't even need to
recompile your kernel, since the proc filesystem is an automatically
loaded kernel module.
Add this line to your /etc/fstab
proc /proc procfs rw 0 0
Then type, as root
mount /proc
You don't have to type that after you reboot ... since it's in
/etc/fstab, it'll be mounted automatically.
--
Sean Kelly
NOAA Forecast Systems Laboratory, Boulder Colorado USA
Why do people in ship mutinies always ask for "better treatment"? I'd
ask for a pinball machine, because with all that rocking back and
forth you'd probably be able to get a lot of free games.
-- Jack Handey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9601052100.AA07656>
