Changeset 7cb567cd in mainline for kernel/arch/amd64/src/boot/boot.S


Ignore:
Timestamp:
2007-04-08T20:52:53Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5dbbe5
Parents:
328f324b
Message:

map kernel pages explicitly as writable (this solves compatibility issues with Intel Core 2)
make VESA framebuffer initialization more robust

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/boot/boot.S

    r328f324b r7cb567cd  
    441441        movw %cx, %fs
    442442        movw %cx, %gs
     443       
     444        movl $START_STACK, %esp                 # initialize stack pointer
    443445       
    444446        jmpl $gdtselector(KTEXT32_DES), $vesa_meeting_point
Note: See TracChangeset for help on using the changeset viewer.