Full support for Multiboot2 booting, remove legacy loader
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user