Changeset 8c9e71a in mainline for kernel/arch/ia32/src/boot/boot.S
- Timestamp:
- 2011-09-27T15:55:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1069714
- Parents:
- d3a9ae74 (diff), 747a1e71 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
kernel/arch/ia32/src/boot/boot.S (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/boot.S
rd3a9ae74 r8c9e71a 2 2 * Copyright (c) 2001 Jakub Jermar 3 3 * Copyright (c) 2005 Martin Decky 4 * Copyright (c) 2011 Martin Sucha 4 5 * All rights reserved. 5 6 * … … 124 125 /* Map kernel and turn paging on */ 125 126 pm_status $status_non_pse 126 call map_kernel 127 call map_kernel_non_pse 127 128 128 129 stack_init: … … 195 196 * 196 197 */ 197 .global map_kernel 198 map_kernel: 198 map_kernel_non_pse: 199 199 /* Paging features */ 200 200 movl %cr4, %ecx
Note:
See TracChangeset
for help on using the changeset viewer.
