mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
* Disable serial output by default
* Set official profile tag git-svn-id: file:///srv/svn/repos/haiku/haiku/branches/releases/r1alpha3@42210 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
d2165f0b29
commit
a490cd91dc
@ -53,5 +53,5 @@ switch $(HAIKU_BUILD_PROFILE) {
|
||||
|
||||
|
||||
# Uncomment in official release branch.
|
||||
#HAIKU_DEFINES += HAIKU_OFFICIAL_RELEASE ;
|
||||
#TARGET_DEFINES += HAIKU_OFFICIAL_RELEASE ;
|
||||
HAIKU_DEFINES += HAIKU_OFFICIAL_RELEASE ;
|
||||
TARGET_DEFINES += HAIKU_OFFICIAL_RELEASE ;
|
||||
|
@ -127,7 +127,7 @@ _start(void)
|
||||
args.arguments = NULL;
|
||||
|
||||
serial_init();
|
||||
serial_enable();
|
||||
// serial_enable();
|
||||
console_init();
|
||||
cpu_init();
|
||||
mmu_init();
|
||||
@ -137,8 +137,8 @@ _start(void)
|
||||
// reading the keyboard doesn't seem to work in graphics mode
|
||||
// (maybe a bochs problem)
|
||||
sBootOptions = check_for_boot_keys();
|
||||
// if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT)
|
||||
// serial_enable();
|
||||
if (sBootOptions & BOOT_OPTION_DEBUG_OUTPUT)
|
||||
serial_enable();
|
||||
|
||||
apm_init();
|
||||
acpi_init();
|
||||
|
Loading…
Reference in New Issue
Block a user