Changes between Version 119 and Version 120 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2019-06-05T10:57:39Z (5 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v119 v120  
    1313=== General ===
    1414
    15   * The Malta machine now requires a boot command line argument to tell the userspace console layer which serial device to use as console. In the previous releases this setting was baked in the kernel. Starting with this release, use the following command line to start HelenOS/mips32 Malta emulation in QEMU:
     15  * The Malta machine now requires a boot command line argument to tell the userspace console layer which serial device to use as console. In the previous release this setting was baked in the kernel. Starting with this release, use the following command line to start HelenOS/mips32 Malta emulation in QEMU:
    1616{{{
    17 $ qemu-system-mipsel -cpu 4Kc -append "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a" -kernel image.boot -nographic
     17$ qemu-system-mipsel -cpu 4Kc -kernel image.boot -append "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a" -nographic
    1818}}}
    1919