Re: Low level hardware access in FreeBSD

2005-03-13 Thread Igor Pokrovsky
On Sat, Mar 12, 2005 at 06:12:19PM +, Alex Burke wrote: > 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 m

Re: Low level hardware access in FreeBSD

2005-03-12 Thread Dmitry Frolov
* Alex Burke <[EMAIL PROTECTED]> [13.03.2005 00:13]: > 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 > p

Re: Low level hardware access in FreeBSD

2005-03-12 Thread John-Mark Gurney
Alex Burke wrote this message on Sat, Mar 12, 2005 at 18:12 +: > 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 mem

RE: Low level hardware access in FreeBSD

2005-03-12 Thread gerarra
>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 out