Changeset fef504a in mainline
- Timestamp:
- 2010-07-02T20:01:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04e3d9f
- Parents:
- ca8f84f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/boot.S
rca8f84f rfef504a 605 605 .align 4096 606 606 ptl_2_4g: 607 ptl2gen 512 3607 ptl2gen 512 4 608 608 609 609 /* Page table for pages in the 6th gigabyte. */ 610 610 .align 4096 611 611 ptl_2_5g: 612 ptl2gen 512 3612 ptl2gen 512 5 613 613 614 614 /* Page table for pages in the 7th gigabyte. */ 615 615 .align 4096 616 616 ptl_2_6g: 617 ptl2gen 512 3617 ptl2gen 512 6 618 618 619 619 /* Page table for pages in the 8th gigabyte. */ 620 620 .align 4096 621 621 ptl_2_7g: 622 ptl2gen 512 3622 ptl2gen 512 7 623 623 624 624 .align 4096
Note:
See TracChangeset
for help on using the changeset viewer.