> But only only thing this diff does is replaces
>
>
>
> while ((uint)page < ceil) {
>
> PageAllocator.ReservePage (page);
>
> page += 4096;
>
> }
>
>
>
> WITH
>
>
>
> PageAllocator.ReservePageRange(page, (ceil / ADC.Pager.AtomicPageSize),
> "Reserve memory below 0x100000 (1MB) for the BIOS/video memory");
>
>
>
>
>
> Since I changed the PageAllocator to work with Reserverd pages in bulk not
> in pages. Then this lowers the ReserveCheck form 256 checks to 1.
>
> Committed as of revision 458.
Anything you can do to help me with your other, much bigger, patches?
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers