Re: memory overflow
Espen Skoglund <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
[Antoine Amirault] > Hi all! > I'm trying to run l4 on qemu. I've successfully build the kernel and the > user level code. I have followed the guide from l4ka : > http://l4ka.org/projects/pistachio/ia32/gettingstarted.php > and everything is running well except some little thing but i think it > doesn't matter (like problem when unmounting,...). > but whem i run qemu with qemu -fda fdimage.img, i got this message : > Memory descriptor overflow (max=200, n=200) > --- "KD# memdesc overflow" --- Sounds like the MemoryInfo in the KIP has not been initialized by the bootloader (see Section 7.7). Are you using the CVS version? eSk