Changeset f4338d2 in mainline for generic/src/main


Ignore:
Timestamp:
2005-11-26T22:48:17Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a8c48241
Parents:
ff3b3197
Message:

Improve kconsole's support for recognition of commands with arguments.
Implement ARG_TYPE_STRING.
Add 'describe' command.
Move kconsole.c to generic/src/console.
Move kconsole.h to generic/include/console.

Location:
generic/src/main
Files:
2 edited

Legend:

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

    rff3b3197 rf4338d2  
    2828
    2929#include <main/kinit.h>
    30 #include <main/kconsole.h>
    3130#include <main/uinit.h>
    3231#include <config.h>
     
    4645#include <memstr.h>
    4746#include <console/console.h>
     47#include <console/kconsole.h>
    4848
    4949#ifdef CONFIG_SMP
  • generic/src/main/main.c

    rff3b3197 rf4338d2  
    3737#include <proc/task.h>
    3838#include <main/kinit.h>
    39 #include <main/kconsole.h>
     39#include <console/kconsole.h>
    4040#include <cpu.h>
    4141#include <align.h>
Note: See TracChangeset for help on using the changeset viewer.