diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 13:40:58 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 13:40:58 +0200 |
| commit | 7417e9b0ce6e5ffd5c0f361412e3f48ab77019e9 (patch) | |
| tree | 7a9526d78aa84fb0a2188942108f3a32f49bdecc /kernel/kernel.c | |
| parent | 0ba95e7cdbfc7e9833e8c46b02e2248783ff6a5d (diff) | |
Improved Makefile (better use of implicit rules)
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index 517c9d5..88df43e 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -67,7 +67,8 @@ void kernel_main(uint32_t initial_stack) // uint32_t vesa_physbase=vesa_init(0x8300,0x8400,0x7200); - log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"initial esp: 0x%08X",initial_stack); + log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"initial esp: 0x%08X",initial_stack); + // // PIT config (timer) timer_init(); |
