Changeset f6297e0 in mainline for arch/ia32/include/boot/boot.h


Ignore:
Timestamp:
2005-09-03T15:45:14Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab08b42
Parents:
2f08a55d
Message:

proper way of initializing GDT during boot on IA-32, fixes the nasty hack
SMP might be still broken

File:
1 edited

Legend:

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

    r2f08a55d rf6297e0  
    3030#define __ia32_BOOT_H__
    3131
    32 #define BOOT_OFFSET     0x100000
     32#define BOOTSTRAP_OFFSET                        0x8000
     33#define BOOT_OFFSET                                     0x100000
     34
    3335#define MULTIBOOT_HEADER_MAGIC          0x1BADB002
    3436#define MULTIBOOT_HEADER_FLAGS          0x00010003
Note: See TracChangeset for help on using the changeset viewer.