Voix learning to read filesystems ;)

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
User avatar
mystran
Member
Member
Posts: 670
Joined: Thu Mar 08, 2007 11:08 am

Post by mystran »

Kevin McGuire wrote: I could take QEMU down to -m 12, -m 16, -m 24 in memory and it appeared to still work correctly.


Well.. kernel itself will use a bit over 1MB memory at the moment (with full block caches allocated)... QEMU -m 3 (says 640k+1024k upper in GRUB) will load the current kernel (with Ne2k driver and beginning of IP-networking) and it won't panic, since the buffer cache is currently limited to being very small (it's supposed to become dynamic depending on free memory in the future) so technically it'll work as long as GRUB will be able to load it at 1MB mark. :)
The real problem with goto is not with the control transfer, but with environments. Properly tail-recursive closures get both right.
Post Reply