Changeset 5eb1379 in mainline for arch/ia32/include


Ignore:
Timestamp:
2005-09-04T00:05:47Z (21 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
005384ad
Parents:
dd80fc6
Message:

basic GRUB memory map

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/include/boot/boot.h

    rdd80fc6 r5eb1379  
    3030#define __ia32_BOOT_H__
    3131
    32 #define BOOTSTRAP_OFFSET                        0x8000
     32#define BOOTSTRAP_OFFSET                0x8000
    3333#define BOOT_OFFSET                             0x100000
    3434
    35 #define MULTIBOOT_HEADER_MAGIC          0x1BADB002
    36 #define MULTIBOOT_HEADER_FLAGS          0x00010003
     35#define MULTIBOOT_HEADER_MAGIC  0x1BADB002
     36#define MULTIBOOT_HEADER_FLAGS  0x00010003
     37
     38#define MULTIBOOT_LOADER_MAGIC  0x2BADB002
    3739
    3840#endif
Note: See TracChangeset for help on using the changeset viewer.