>>>>> "Karl" == Karl M Hegbloom <karlheg@bittersweet.inetarena.com> writes:
Karl> I found that `busybox' "init.c:check_free_memory()" only looks at
Karl> `info.freeram'. Shouldn't it also look at `info.bufferram'?
I tried this last night, and it doesn't seem to work. I made
check_free_memory() return (info.freeram/1024)+(info.bufferram/1024)-8192.