Re: Issue with grep -i (on i386 only?)

2009-11-04 Thread Alex Burke
On Wednesday, November 4, 2009, Eygene Ryabinkin wrote: > Mel, good day. > > Tue, Nov 03, 2009 at 09:22:28PM +0100, Mel Flynn wrote: >> So on the laptop I modified the testscript as it is attached now and >> while there is still a significant delay, the wallclock time is less >> then half, when th

Low level hardware access in FreeBSD

2005-03-12 Thread Alex Burke
Hi, I am just wondering how I can access either BIOS calls, or preferably registers under FreeBSD? I am trying to write a simple system capable of displaying graphics on the screen, and I am pretty sure I can mmap the VGA memory to my programs address space. However, to be able to output graphic

Boot0 on boot floppies and 2.88meg drives/controllers

2005-04-05 Thread Alex Burke
Hi, I seem to be haivng an odd issue on a couple of my machines here. This occurs with both 5.3-RELEASE and 4.11-RELEASE. Wasnt sure which list to post to, apologies if I chose badly. I downloaded the boot floppies, but upon putting it in the mahcine the \ symbol swirled maybe once, then a pause

Model device driver / Newbus

2005-08-07 Thread Alex Burke
Hi, I want to try writing a driver for an MCA card. I am just wondering if there is any skeleton driver (preferably a bus like PCI), and also whether the newbus framework is used for MCA drivers. What is the preferred method of writing drivers now? Thanks, Alex J Burke. _