Changeset dd80fc6 in mainline for arch/ia32/src/smp/ap.S


Ignore:
Timestamp:
2005-09-03T22:26:31Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5eb1379
Parents:
5260478
Message:

GRUB basic booting (IA-32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/smp/ap.S

    r5260478 rdd80fc6  
    5151        movw %ax, %ds
    5252
    53         lgdt ap_bootstrap_gdtr  # initialize Global Descriptor Table register
     53        lgdt real_bootstrap_gdtr        # initialize Global Descriptor Table register
    5454       
    5555        movl %cr0, %eax
    5656        orl $1, %eax
    57         movl %eax, %cr0                 # switch to protected mode
     57        movl %eax, %cr0                         # switch to protected mode
    5858        jmpl $KTEXT, $jump_to_kernel
    5959       
Note: See TracChangeset for help on using the changeset viewer.