tape-kernel 1.0
a modular modern independent kernel
Loading...
Searching...
No Matches
shell.h
Go to the documentation of this file.
1#ifndef SHELL_H
2#define SHELL_H
3
4#define shell __shell
5#include "../lib/types.h"
6
7NORETURN void __shell(void *mb_info);
8
9#endif
void __shell(void *mb_info)
shell is the interactive kernel command shell
Definition shell.c:182
#define NORETURN
Definition types.h:40