Full support for Multiboot2 booting, remove legacy loader

This commit is contained in:
Mark
2020-05-26 22:24:15 +03:00
parent dcf517f9cd
commit 92d2e572ae
20 changed files with 597 additions and 1333 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
#pragma once
#if defined(ARCH_AMD64)
// For KERNEL_CMDLINE_MAX
#include "arch/amd64/loader/data.h"
#endif
#include "sys/types.h"
#define KERNEL_CMDLINE_MAX 256
enum {
CFG_ROOT = 1,
CFG_INIT,