Ignore:
Timestamp:
2018-11-13T20:22:20Z (5 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Children:
6e5252a
Parents:
e3fa1720
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-10-23 13:44:26)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2018-11-13 20:22:20)
Message:

Fix x86 linker scripts and make multiboot load using ELF metadata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/genarch/multiboot/multiboot.h

    re3fa1720 r2214382  
    4040
    4141#define MULTIBOOT_HEADER_MAGIC       0x1badb002
    42 #define MULTIBOOT_HEADER_FLAGS       0x00010007
    43 #define MULTIBOOT_HEADER_FLAGS_NOFB  0x00010003
     42#define MULTIBOOT_HEADER_FLAGS       0x00000007
     43#define MULTIBOOT_HEADER_FLAGS_NOFB  0x00000003
    4444
    4545#define MULTIBOOT_LOADER_MAGIC  0x2badb002
Note: See TracChangeset for help on using the changeset viewer.