Changeset f4338d2 in mainline for generic/src/main/main.c


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.