Re: [Etherboot-developers] Re: 1G memory limit and Etherboot
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2001-11-08 21:49:22
|
>On the topic of memory, I have a suggestion for etherboot: >By default etherboot to override the amount of memory BIOS reports to be the >amount passed to the kernel in "mem=". There, of course, should be the option >of using BIOS's report even if "mem=" is given with the onus on the user to >get it right. A mem= option in first32.c (mknbi) (from command line parameters or option-129) similar to in LILO etc is probably a good idea. first32.c would note the value and use that instead of the BIOS value, then pass it on to the kernel, as it currently does with all options not recognised by it. I'm not sure how to specify the override, with another option maybe? In any case this will require reshuffling of the memory areas so that first32.c can be larger than 4kB. I have already done this for 1.2.6 and I'll CVS the source soon. Then if you feel up to hacking first32.c, please go ahead, I may not get to it immediately. |