Changes between Version 1 and Version 2 of UsersGuide/UserSerialConsole


Ignore:
Timestamp:
2019-04-06T15:31:57Z (5 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/UserSerialConsole

    v1 v2  
    1414
    1515{{{
    16         multiboot /boot/kernel.bin console=devices/\\hw\\pci0\\00:01.0\\com1\\a
     16        multiboot /boot/kernel.bin console=devices/\\hw\\sys\\00:01.0\\com1\\a
    1717}}}
    1818
     
    2828                if [ "$$module" = "kernel.bin" ] ; then \
    2929-                       echo "  $(MULTIBOOT_CMD) /boot/$$module" >> $(BOOT_CONFIG) ; \
    30 +                       echo "  $(MULTIBOOT_CMD) /boot/$$module console=devices/\\\\hw\\\\pci0\\\\00:01.0\\\\com1\\\\a" >> $(BOOT_CONFIG) ; \
     30+                       echo "  $(MULTIBOOT_CMD) /boot/$$module console=devices/\\\\hw\\\\sys\\\\00:01.0\\\\com1\\\\a" >> $(BOOT_CONFIG) ; \
    3131                else \
    3232                        echo "  $(MODULE_CMD) /boot/$$module /boot/$$module" >> $(BOOT_CONFIG) ; \