Changeset 8d62052 in mainline
- Timestamp:
- 2008-06-07T13:20:41Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 51b966b
- Parents:
- c05a50f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/klog/klog.c
rc05a50f r8d62052 51 51 static char *klog; 52 52 53 static void console_wait(void) 54 { 55 while (get_cons_phone() < 0) 56 usleep(50000); // FIXME 57 } 58 53 59 static void interrupt_received(ipc_callid_t callid, ipc_call_t *call) 54 60 { … … 67 73 int main(int argc, char *argv[]) 68 74 { 75 console_wait(); 76 69 77 klog = (char *) as_get_mappable_page(KLOG_SIZE); 70 78 if (klog == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.