Skip to content

Commit fc97d74

Browse files
krystian-hebelrossphilipson
authored andcommitted
include: remove obsolete files (linux-bootparams, multiboot2, tags)
MULTIBOOT2_BOOTLOADER_MAGIC has been moved to defs.h as it is still used in head.S. Signed-off-by: Krystian Hebel <[email protected]>
1 parent a74b5ab commit fc97d74

File tree

5 files changed

+2
-290
lines changed

5 files changed

+2
-290
lines changed

head.S

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
*/
2121

2222
#include <defs.h>
23-
#include <multiboot2.h>
2423

2524
/* Selectors, CS and SS compatible with initial state after SKINIT */
2625
#define CS_SEL32 0x0008

include/defs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,6 @@
126126
#define VM_CR_DIS_A20M (1 << 2)
127127
#define VM_CR_SVME_DISABLE (1 << 4)
128128

129+
#define MULTIBOOT2_BOOTLOADER_MAGIC 0x36d76289
130+
129131
#endif /* __DEFS_H__ */

include/linux-bootparams.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

include/multiboot2.h

Lines changed: 0 additions & 110 deletions
This file was deleted.

include/tags.h

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)