Changeset 2057572 in mainline for uspace/klog/klog.c
- Timestamp:
- 2007-03-27T23:40:25Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 399ece9
- Parents:
- 8d37a06
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/klog/klog.c
r8d37a06 r2057572 63 63 printf("Kernel console output.\n"); 64 64 65 mapping = as_get_mappable_page(PAGE_SIZE , sysinfo_value("klog.fcolor"));65 mapping = as_get_mappable_page(PAGE_SIZE); 66 66 res = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_RECV, 67 67 (sysarg_t) mapping, PAGE_SIZE, SERVICE_MEM_KLOG,
Note:
See TracChangeset
for help on using the changeset viewer.