> I guess I'm a little disappointed. I would of though the kernel would be
> able to return 'almost' any unused virtual address to either the realtime
> or normal linux task.
It can do what you want. See "man mmap" and look at the MAP_FIXED and
MAP_SHARED. Note the verbage "start must be a multiple of the page-size."
The program will not work unless the address you request is on a page
boundary, and will core-dump with a page fault.
-Wayne
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/rtlinux/