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/bootinfo.h
Normal file
9
kernel/bootinfo.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include "memory/memoryinfo.h"
|
||||
|
||||
|
||||
struct BootInfo{
|
||||
const char* BootStructureID = "BarinkOS";
|
||||
MemoryInfo* memory;
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user