Changeset fef504a in mainline


Ignore:
Timestamp:
2010-07-02T20:01:03Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04e3d9f
Parents:
ca8f84f
Message:

OK, fixing yet another totally brain-dead bug

File:
1 edited

Legend:

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

    rca8f84f rfef504a  
    605605.align 4096
    606606ptl_2_4g:
    607         ptl2gen 512 3
     607        ptl2gen 512 4
    608608
    609609/* Page table for pages in the 6th gigabyte. */
    610610.align 4096
    611611ptl_2_5g:
    612         ptl2gen 512 3
     612        ptl2gen 512 5
    613613
    614614/* Page table for pages in the 7th gigabyte. */
    615615.align 4096
    616616ptl_2_6g:
    617         ptl2gen 512 3
     617        ptl2gen 512 6
    618618
    619619/* Page table for pages in the 8th gigabyte. */
    620620.align 4096
    621621ptl_2_7g:
    622         ptl2gen 512 3
     622        ptl2gen 512 7
    623623
    624624.align 4096
Note: See TracChangeset for help on using the changeset viewer.