first part of starting kernel; loggers
commit10951540dc51c09931895ed35d063217d54d780f
authorPawel Dziepak <pdziepak@quarnos.org>
Thu, 5 Jun 2008 17:04:52 +0000 (5 19:04 +0200)
committerPawel Dziepak <pdziepak@quarnos.org>
Thu, 5 Jun 2008 17:04:52 +0000 (5 19:04 +0200)
treebfcd0d572cdf3a2a3c77371198567a960c255730
parent266106ecea036db3cc93a555bc13f2bdfea6d59a
first part of starting kernel; loggers

* new services: loggers: early_logger
* text mode graphic driver
* launching kerel by system loader
* compilation scripts improved
* documentation of loggers
* improved documentation of starting system
17 files changed:
Makefile
arch/x86/Makefile [new file with mode: 0644]
arch/x86/arch_asm.c [new file with mode: 0644]
arch/x86/arch_asm.h [new file with mode: 0644]
arch/x86/console.cpp [new file with mode: 0644]
arch/x86/console.h [new file with mode: 0644]
arch/x86/loaders/systemload.S
docs/Loggers.txt [new file with mode: 0644]
docs/System_initialization.txt
manes/start.cpp
scripts/x86_kernel.ld
services/Makefile [new file with mode: 0644]
services/early_logger.cpp [new file with mode: 0644]
services/early_logger.h [new file with mode: 0644]
services/logger.h [new file with mode: 0644]
services/tty_logger.cpp [new file with mode: 0644]
services/tty_logger.h [new file with mode: 0644]