MonkOS  v0.1
A simple 64-bit operating system (x86_64)
shell.h
Go to the documentation of this file.
1 //============================================================================
2 /// @file shell.h
3 /// @brief Simple kernel shell for testing purposes.
4 //
5 // Copyright 2016 Brett Vickers.
6 // Use of this source code is governed by a BSD-style license that can
7 // be found in the MonkOS LICENSE file.
8 //============================================================================
9 
10 #pragma once
11 
12 void
13 kshell();
void kshell()
Definition: shell.c:314