Displaying 2 results from an estimated 2 matches for "int15maxres".
2011 Feb 07
0
Fw: Re: Memdisk Question
On Sun, Feb 6, 2011 at 07:49, Robert McLay <the80sphreak at yahoo.co.uk> wrote:
>
> ?Hi Gene,
>
> ?Not sure if you wanted this on/off list, feel free to forward to list
> ?if you do.
>
>> Adding "int15maxres=#" will affect the memory calls that MEMDISK hooks
>> into.? Specify the desired limit in bytes (ie "int15maxres=268435456"
>> for 256 MiB).
>
> ?I've done some testing this morning and I can't seem to make it work.
>
> ?The machine I am testing on has...
2011 Feb 05
1
[PATCH][git-pull] memdisk/setup.c: Limit available RAM hack
...new option that will allow
an end-user to limit the amount of available RAM as returned by any
call that MEMDISK touches. This works by adding additional memory
reservation(s) (through insertrange()) to reserve the memory between
the specified address and the top of RAM.
For now, the parameter is int15maxres (implement INT15h MAX by
reservation) and is specified in bytes. I welcome feedback on its
functionality, default unit (ie 1 byte versus 1024 bytes or even unit
of 1024 bytes but must be divisible by 4), more appropriate names for
the parameter and function name. Eventually I think it would be
be...