Changeset 874621f in mainline for generic/src/main/main.c


Ignore:
Timestamp:
2006-06-06T07:40:51Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0dbc4e7
Parents:
6f9a9bc
Message:

Added kernel circular buffer klog.
Added automatic killing of tasks raising inappropriate exceptions.
TODO Fix vsnprintf return value(and behaviour according to specs) and remove workaround in klog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/main/main.c

    r6f9a9bc r874621f  
    7575#include <macros.h>
    7676#include <adt/btree.h>
     77#include <console/klog.h>
    7778
    7879#ifdef CONFIG_SMP
     
    219220        thread_init();
    220221        futex_init();
     222        klog_init();
    221223       
    222224        for (i = 0; i < init.cnt; i++)
Note: See TracChangeset for help on using the changeset viewer.