Changeset 516ff92 in mainline for uspace/srv/console/console.c
- Timestamp:
- 2009-01-31T21:27:18Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4863e50b
- Parents:
- 96a2e45
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/console.c
r96a2e45 r516ff92 501 501 502 502 /* Connect to keyboard driver */ 503 504 503 kbd_phone = ipc_connect_me_to(PHONE_NS, SERVICE_KEYBOARD, 0, 0); 505 504 while (kbd_phone < 0) { … … 518 517 fb_info.phone = ipc_connect_me_to(PHONE_NS, SERVICE_VIDEO, 0, 0); 519 518 } 519 520 /* Disable kernel output to the console */ 521 __SYSCALL0(SYS_DEBUG_DISABLE_CONSOLE); 520 522 521 523 /* Initialize gcons */ … … 588 590 return 0; 589 591 } 590 592 591 593 /** @} 592 594 */
Note:
See TracChangeset
for help on using the changeset viewer.