Improved build system
Added new entries to .gitignore Moved away from source directory as central spot for all source code
This commit is contained in:
9
kernel/supervisorterminal/superVisorTerminal.h
Normal file
9
kernel/supervisorterminal/superVisorTerminal.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "../terminal/kterm.h"
|
||||
#include "../time.h"
|
||||
#include "../drivers/pit/pit.h"
|
||||
#include "../drivers/ps-2/keyboard.h"
|
||||
#include "../memory/PhysicalMemoryManager.h"
|
||||
#include <CoreLib/Memory.h>
|
||||
|
||||
extern "C" void startSuperVisorTerminal();
|
||||
Reference in New Issue
Block a user