symbian-qemu-0.9.1-12/qemu-symbian-svp/vl.c
branchphonesim-integ
changeset 36 a587897e3bb2
parent 1 2fb8b9db1c86
equal deleted inserted replaced
22:3bf560f85513 36:a587897e3bb2
  4664     kernel_filename = NULL;
  4664     kernel_filename = NULL;
  4665     kernel_cmdline = "";
  4665     kernel_cmdline = "";
  4666     cyls = heads = secs = 0;
  4666     cyls = heads = secs = 0;
  4667     translation = BIOS_ATA_TRANSLATION_AUTO;
  4667     translation = BIOS_ATA_TRANSLATION_AUTO;
  4668     monitor_device = "vc";
  4668     monitor_device = "vc";
  4669 
  4669     
  4670     serial_devices[0] = "vc:80Cx24C";
  4670     for(i = 0; i < MAX_SERIAL_PORTS; i++)
  4671     for(i = 1; i < MAX_SERIAL_PORTS; i++)
       
  4672         serial_devices[i] = NULL;
  4671         serial_devices[i] = NULL;
  4673     serial_device_index = 0;
  4672     serial_device_index = 0;
  4674 
  4673     
  4675     parallel_devices[0] = "vc:640x480";
  4674     for(i = 0; i < MAX_PARALLEL_PORTS; i++)
  4676     for(i = 1; i < MAX_PARALLEL_PORTS; i++)
       
  4677         parallel_devices[i] = NULL;
  4675         parallel_devices[i] = NULL;
  4678     parallel_device_index = 0;
  4676     parallel_device_index = 0;
  4679 
  4677 
  4680     usb_devices_index = 0;
  4678     usb_devices_index = 0;
  4681 
  4679