Changeset 4533601 in mainline for arch/ia32/src/boot/boot.S


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

yet another GDT/IDT fix/cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/boot/boot.S

    rb6d20a7 r4533601  
    108108        movw %ax, %ss
    109109       
     110        jmpl $KTEXT, $multiboot_meeting_point
     111        multiboot_meeting_point:
     112       
    110113        call map_kernel                                                 # map kernel and turn paging on
    111114       
Note: See TracChangeset for help on using the changeset viewer.