Clean up interface

This commit is contained in:
2018-02-15 10:50:03 +01:00
parent eed3bb693b
commit 607266bfd3
2 changed files with 5 additions and 8 deletions

View File

@@ -1,7 +0,0 @@
#pragma once
#define MBOOT2_MAGIC 0xE85250D6
#define MBOOT2_REPLY 0x36D76289
#define MBOOT2_ARCH 0
#define MBOOT2_LENGTH (Multiboot2HeaderEnd - Multiboot2Header)
#define MBOOT2_CHECKSUM -(MBOOT2_MAGIC + MBOOT2_ARCH + MBOOT2_LENGTH)