Changeset 93165be in mainline for arch/amd64/src/boot/boot.S
- Timestamp:
- 2006-03-16T23:54:05Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5fceec7
- Parents:
- ff14c520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/boot/boot.S
rff14c520 r93165be 175 175 xorq %rdx, %rdx 176 176 movl 0(%esi), %edx # mods->mod_start 177 addq $0xffffffff80000000, %rdx 177 movq $0xffff800000000000, %r10 178 addq %r10, %rdx 178 179 movq %rdx, 8(%rdi) 179 180 … … 304 305 ptl_0: 305 306 .quad ptl_1 + (PTL_WRITABLE | PTL_PRESENT) 306 .fill 510,8,0 307 .fill 255,8,0 308 .quad ptl_1 + (PTL_WRITABLE | PTL_PRESENT) 309 .fill 254,8,0 307 310 .quad ptl_1 + (PTL_WRITABLE | PTL_PRESENT) 308 311
Note:
See TracChangeset
for help on using the changeset viewer.