James Walmsley

Results 43 issues of James Walmsley

If built with virtual memory support allow ability to support a default fs-mount and init program load path.

Redefine error codes, and update all kernel code to use them correctly. The error codes should map easily to the POSIX errors as much as possible. Allow line/module codes to...

enhancement

Currently serial output is very primitive. It would be nice if there was a decent console manager allowing stream devices (those implementing read/write FILE methods) could be registered with an...

enhancement

Currently the SYSLOG api (BT_kPrint() and BT_kDebug()) simply write immediately to the kernel console. This should be extended to provide a fully featured syslog api, complete with syscall allowing applications...