Small adjustment in directory structure of memory and bootloader files in kernel

This commit is contained in:
2021-11-02 21:15:00 +01:00
parent c9b789ed7b
commit bdcf9e66f8
11 changed files with 17 additions and 137 deletions

View File

@ -1,5 +1,5 @@
#pragma once
#include "multiboot.h"
#include "bootloader/multiboot.h"
#define CHECK_FLAG(flags, bit) ((flags) & (1 <<(bit)))
extern "C" {