Changeset 66def8d in mainline for arch/ia32/include


Ignore:
Timestamp:
2006-01-08T17:51:36Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8725fb4
Parents:
078a0a1
Message:

simplify and cleanup ia32 boot process, remove obsolete stuff

Location:
arch/ia32/include
Files:
2 edited

Legend:

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

    r078a0a1 r66def8d  
    3030#define __ia32_BOOT_H__
    3131
    32 #define BOOTSTRAP_OFFSET                0x8000
    33 #define BOOT_OFFSET                     0x100000
     32#define BOOT_OFFSET                     0x108000
     33#define AP_BOOT_OFFSET          0x8000
     34#define BOOT_STACK_SIZE 0x400
    3435
    3536#define MULTIBOOT_HEADER_MAGIC  0x1BADB002
  • arch/ia32/include/pm.h

    r078a0a1 r66def8d  
    132132
    133133extern struct ptr_16_32 gdtr;
    134 extern struct ptr_16_32 real_bootstrap_gdtr;
    135 extern struct ptr_16_32 protected_bootstrap_gdtr;
     134extern struct ptr_16_32 bootstrap_gdtr;
     135extern struct ptr_16_32 protected_ap_gdtr;
    136136extern struct tss *tss_p;
    137137
Note: See TracChangeset for help on using the changeset viewer.