Hello,
š
on Tue Aug 14 09:06:04 CEST 2012,šAlexander Boettcher wrote:
> Please post your complete config file and the whole log trace in order
> to have a chance to help you.
> Do you try to run it natively or in Qemu ?
>
> Several working examples using disks and vdisks you find here [1]. The
> tests are executed natively and are based on the github version of NUL,
> see [0] for the links. The actual configuration are also publicly
> available via github.
š
I runšit natively, so I do notšknow how to save all log information. Maybe you can give me some tips. I try to connect via serial interface and see what NUL writes in COM port, but couldšhardly see anything there.šOnly some wierdšmessages from HW.šMy whole config file for grub.cfg and .nulconfig below.
š
##########################################################
š
grub.cfg
š
default 1
timeout 1
title NOVA
root (hd0,2)
kernel /bin/apps/hypervisor serial spinner
module /bin/apps/sigma0.nul S0_DEFAULT hostvga:0x40000,0x40000 tracebuffer:32768 hostkeyb:0+0x60+1+12 name::/s0/events vdisk:rom:///linux/fedora17.iso vdisk:rom:///linux/dsl4.isošscript_start:1
module /bin/apps/tutor.nul
module /bin/apps/tutor.nulconfig
module /bin/apps/vancouver.nul
module /bin/apps/vancouver.nulconfig
module /bin/apps/vancouver1.nulconfig
module /linux/fedora17.iso
module /linux/dsl4.iso
š
vancouver.nulconfig
š
name::/s0/log name::/s0/admission name::/s0/events name::/s0/timer name::/s0/fs/rom sigma0::mem:250 sigma0::drive:0 ||
rom:///bin/apps/vancouver.nul vbios_multiboot:0x1800000,0xa0000 vga_fbsize:4096 vga:0x3c0,4096š hostsink:0x4712,80 kbmodifier:0x40000 PC_PS2 ahci:0xe0800000,14 drive:0,0,0 ||
š
vancouver1.nulconfig
š
name::/s0/log name::/s0/admission name::/s0/events name::/s0/timer name::/s0/fs/rom sigma0::mem:250 sigma0::drive:1 ||
rom:///bin/apps/vancouver.nul vga_fbsize:4096 kbmodifier:0x40000 PC_PS2 ahci:0xe0900000,15 drive:1,1,1 ||
š
##########################################################

The tail of the log looks like that

š
##########################################################
š
void DBus<M>::debug_dump() [with M = MessageIOIn]: Bus used 0 times.
0:ššššššššššššššššššššššššššš StaticReceiver<Y>::StaticReceiver() [with Y =IOAccess]
š
do_gsi_boot eip 80003c95 esp 80233fec
do_gsi_boot eip 80003be5 esp 80231fec
do_gsi_boot eip 80002ce7 esp 8022ffec
do_gsi_boot eip 80003eb0 esp 8022efec
do_gsi_boot eip 800037b3 esp 8012cfec
š
RESET device state
INIT done
startup
reset CPU from 9 mtr_in e0010
> bool VirtualBiosMultiboot::recieve(MessageBios&) rip ffff ilen 3 cr0 10
efl 10002
boot from disk
š
##########################################################
š
All this live cds (fedora17 and dsl4) work well in KVM.
And thanks for links.
š
Best regards,
Oleg