Hi Again,
Looks like I'm back a square one on this problem as I was emulating PS/2 in Virtualbox which seems to be why it showed up inside Qemu.
On booting into the physical machine, the problem still persists as the graphics mode shows up but I have no keyboard or mouse availability.
In the NOVA 0.3a demo CD, the only differences that I can find in the booting selections between the 1st and 3rd ISOlinux.cfg menu items seems to be in the
LABEL nova1
MENU LABEL NOVA Userland Demo (VESA)
KERNEL mboot.c32
APPEND /tools/unzip --- /tools/bender.gz --- /nul/hypervisor spinner iommu --- /nul/sigma0_nul.gz S0_DEFAULT hostvga:0x40000,0x40000 hostkeyb:0,0x60,1,12 tracebuffer:10240 vdisk:rom:///linux/grml.iso hostvesa script_start:1 --- /nul/tutor_nul.gz --- /nul/cycleburner_nul.gz --- /nul/rocknshine_nul.gz --- /nul/eurosys.slides --- /nul/vancouver_nul.gz --- /tools/munich --- /linux/bzImage.x --- /linux/bzImage --- /linux/initrd --- /linux/grml.iso --- /pistachio/i686_kernel --- /pistachio/kickstart --- /pistachio/sigma0 --- /pistachio/pingpong --- /fiasco/fiasco --- /fiasco/bootstrap --- /fiasco/pingpong --- /fiasco/roottask --- /fiasco/sigma0 --- /tutor.nulconfig --- /linux.nulconfig --- /grml.nulconfig --- /pistachio/pistachio.nulconfig --- /fiasco/fiasco.nulconfig --- /cycleburner.nulconfig --- /rocknshine.nulconfig
TEXT HELP
Needs VT-x/VT-d for full functionality.
ENDTEXT
LABEL nova3
MENU LABEL NOVA Userland Demo (VESA, broken keyboard)
KERNEL mboot.c32
APPEND /tools/unzip --- /tools/bender.gz --- /nul/hypervisor spinner iommu --- /nul/sigma0_nul.gz S0_DEFAULT hostvga:0x40000,0x40000 hostkeyb:0,0x60,1,12,1,1 tracebuffer:10240 vdisk:rom:///linux/grml.iso hostvesa script_start:1 --- /nul/tutor_nul.gz --- /nul/cycleburner_nul.gz --- /nul/rocknshine_nul.gz --- /nul/eurosys.slides --- /nul/vancouver_nul.gz --- /tools/munich --- /linux/bzImage.x --- /linux/bzImage --- /linux/initrd --- /linux/grml.iso --- /pistachio/i686_kernel --- /pistachio/kickstart --- /pistachio/sigma0 --- /pistachio/pingpong --- /fiasco/fiasco --- /fiasco/bootstrap --- /fiasco/pingpong --- /fiasco/roottask --- /fiasco/sigma0 --- /tutor.nulconfig --- /linux.nulconfig --- /grml.nulconfig --- /pistachio/pistachio.nulconfig --- /fiasco/fiasco.nulconfig --- /cycleburner.nulconfig --- /rocknshine.nulconfig
TEXT HELP
Use this if your BIOS has weird USB legacy support.
ENDTEXT
--------------------------------------
From Nova1 (the one that does not boot) has:
/nul/sigma0_nul.gz S0_DEFAULT hostvga:0x40000,0x40000 hostkeyb:0,0x60,1,12
and from Nova3 (which does boot on my physical machine) has:
/nul/sigma0_nul.gz S0_DEFAULT hostvga:0x40000,0x40000 hostkeyb:0,0x60,1,12,1,1
--------------------------------------------
This may not be of any help, but it is the only configuration of Nova and/or Genode that I know which actually boots and allows me to have keyboard functionality. I cannot test the mouse as there are no applications, or VM's running which will take advantage of the mouse.
Anyway, I'll keep searching for a possible solution.