~ubuntu-bugs-auftrags-killer/qemu/proper-error-characters

« back to all changes in this revision

Viewing changes to vl.c

  • Committer: pbrook
  • Date: 2008-07-01 16:24:38 UTC
  • Revision ID: git-v1:c60e08d9c6bbace33c04dab2b5cacbc42e2e3d47
Implement resolution switching in common console code.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4812 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
7935
7935
    kernel_cmdline = "";
7936
7936
    cyls = heads = secs = 0;
7937
7937
    translation = BIOS_ATA_TRANSLATION_AUTO;
7938
 
    monitor_device = "vc:800x600";
 
7938
    monitor_device = "vc";
7939
7939
 
7940
7940
    serial_devices[0] = "vc:80Cx24C";
7941
7941
    for(i = 1; i < MAX_SERIAL_PORTS; i++)