Changeset 6d7d4f1 in mainline


Ignore:
Timestamp:
2014-12-12T21:45:02Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a42886
Parents:
b336613f
Message:

Do not enable serial kernel console by default

When the serial controller is not physically present (as is the case on
most contemporary PCs and laptops), attempts to write to it will hang
the system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    rb336613f r6d7d4f1  
    499499
    500500% Support for NS16550 controller (kernel console)
    501 ! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_NS16550_KCON (y/n)
     501! [(CONFIG_HID_IN=generic|CONFIG_HID_IN=serial|CONFIG_HID_OUT=generic|CONFIG_HID_OUT=serial)&(PLATFORM=ia32|PLATFORM=amd64)] CONFIG_NS16550_KCON (n/y)
    502502
    503503% Use NS16550 controller as serial input (kernel console)
Note: See TracChangeset for help on using the changeset viewer.