Coding in K42

Useful general information to do with K42 development

Coding Style

Information about K42's coding style is available at CodingStyle and in the source tree at doc/Style.sgml

Error Numbers

Copied from: lib/libc/sys/SysStatus.H

Unique ErrorCode numbers are generated using the tool nextErrNumber. If a call is made on a deleted object, the reserved ClassCode of 0xFF is returned.

The .gdbinit mentioned in DebuggingK42 defines "serror" to separate the parts.

You need to be logged into a Watson machine to run the nextErrNumber tool.

CodingInK42 (last edited 2005-04-15 12:52:16 by DilmaDaSilva)