Changeset f49f16c in mainline for generic/src/console/klog.c
- Timestamp:
- 2006-06-07T10:58:00Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 616f1759
- Parents:
- 06a583e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/console/klog.c
r06a583e rf49f16c 42 42 SPINLOCK_INITIALIZE(klog_lock); 43 43 44 /** Initialize kernel loggin facility44 /** Initialize kernel logging facility 45 45 * 46 * Allocate pages that are to be shared if uspace for console data 46 * Allocate pages that are to be shared with uspace for console data. 47 * The shared area is a circular buffer. Userspace application may 48 * be notified on new data with indication of position and size 49 * of the data within the circular buffer. 47 50 */ 48 51 void klog_init(void)
Note:
See TracChangeset
for help on using the changeset viewer.