[EMAIL PROTECTED] wrote:
> I'm writing some graphics code (just for fun) and I need "legal" access to
> the memory addresses below 1 mb.
>
> The thing is, I know how to access those addresses (open /dev/mem, mmap, and
> that's it), but I'd like to be able to alloc some pages so that my accesses
>
[EMAIL PROTECTED] writes:
> I'm writing some graphics code (just for fun) and I need "legal" access to
> the memory addresses below 1 mb.
You can't access the framebuffer directly in FreeBSD like you can in
DOS. Take a look at libvgl ('man vgl').
DES
--
Dag-Erling Smorgrav - [EMAIL PROTECTED]
Hello,
I'm writing some graphics code (just for fun) and I need "legal" access to
the memory addresses below 1 mb.
The thing is, I know how to access those addresses (open /dev/mem, mmap, and
that's it), but I'd like to be able to alloc some pages so that my accesses
are correct and don't make t
3 matches
Mail list logo