Hi,<br><br>On a machine with 1GB RAM, I booted an lguest guest with 256MB memory as follows:<br>./lguest --block=&#39;blockfile&#39; --initrd=/boot/initrd.img-2.6.23-rc9 256m /boot/vmlinuz-2.6.23-rc9 root=/dev/lgba rw single<br>
<br>The size of /proc/kcore file in the host obtained using &#39;ls -la&#39; is 1073422336, <br>while the same command executed within the guest shows the size as 1069228032. <br><br>Since the size of /proc/kcore represents the size of the physical memory (RAM), and I boot the guest with just 256MB <br>
of memory, shouldn&#39;t the size of the kcore file under guest be 256MB instead of around 1GB?<br><br>Will the contents of /proc/kcore in the guest also reflect the contents of the host memory?<br><br>Please let me know.<br>
<br>Thanks!<br>Sujit<br><br><br>