Changeset d7ff048 in mainline for kernel/arch/ia32/src/boot/boot.S
- Timestamp:
- 2011-10-08T13:08:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bf08ff0
- Parents:
- 8367d1d (diff), 80099c19 (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
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/boot.S
r8367d1d rd7ff048 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.