Reorganized source tree. Started using autotools.

This commit is contained in:
2020-07-17 10:03:28 -05:00
parent 36c88daa87
commit 0bb65f2d94
28 changed files with 142 additions and 149 deletions

View File

@@ -3,22 +3,18 @@
#include "systypes.hpp"
#include "systeminfo.hpp"
#include "memorymap.hpp"
#include "buddyallocator.hpp"
#include "addressspace.hpp"
#include "mmgr/memorymap.hpp"
#include "mmgr/buddyallocator.hpp"
#include "mmgr/addressspace.hpp"
#include "pio.hpp"
#include "tty.h"
#include "tty.hpp"
#include "util.hpp"
using namespace kernel;
extern SystemInfo system_info;
extern MemoryMap::Region memory_map;
extern "C" void __cxa_pure_virtual()
{
}
void main(char* cmdline)
{
TTY tty((char*) 0xC00B8000);