Split up boot.s into multiple assembly definitions, Started page frame allocator implementation, kterm definition is now considered c plus plus
This commit is contained in:
@ -2,9 +2,7 @@
|
||||
#include "bootloader/multiboot.h"
|
||||
#define CHECK_FLAG(flags, bit) ((flags) & (1 <<(bit)))
|
||||
|
||||
extern "C" {
|
||||
#include "arch/i386/tty/kterm.h"
|
||||
}
|
||||
#include "arch/i386/tty/kterm.h"
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user