Commit Graph

8 Commits

Author SHA1 Message Date
Jan Stoess 423f77f1a9 Fix printf format identifier handling. Use %X for printing uppercase
hexadecimal. And use %llx/%llp/%llu and so on to print long longs
(u64_t).
2012-07-30 15:21:56 +02:00
Jan Stoess 596dfada81 - Introduce sigma0 translation hooks (hack to get access to physical
addresses > 4GB on 32-bit machines)
- x86: Fix type-punning
- ppc: improve console startup and device tree parsing in kernel
2010-07-06 18:05:59 +02:00
Jan Stoess de23a4de92 PPC: More coherent startup messages
KDB: Improve printing of TIDs
2010-07-01 13:15:32 +02:00
Jan Stoess d52a5e203d Added support for PPC440 processors, including full-virtualization capabilities 2010-03-16 10:38:11 +01:00
Jan Stoess c881a86a2b Huge patchset with 2 new features:
- Experimental support for control transfer items
- Experimental support for full virtualization on Intel x32
processors via VMX extensions
- Improved, pluggable scheduler architecture, with support for
round-robin, and (experimentally) hierarchical proportional share
scheduling
- Support for event logging (x32 only at present), which allows
light-weight tracing kernel of events into a  user-level buffer.
2010-03-01 23:33:11 +01:00
Jan Stoess 9610239310 - Correctly print KDB TCB's thread id 2008-01-25 16:24:47 +01:00
Jan Stoess e58dccbbda - Add KDB's TCB to the list of known TCBs 2007-12-07 18:56:40 +01:00
Espen Skoglund bf3e62808e Initial repository adapted to hg 2007-07-06 12:24:13 +02:00