Changeset 7febdde5 in mainline
- Timestamp:
- 2006-02-06T21:00:41Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49a39c2
- Parents:
- 3d2d2fc2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/boot/boot.S
r3d2d2fc2 r7febdde5 161 161 je mods_invalid 162 162 163 xorq %rdx, %rdx 163 164 movl 24(%ebx), %esi # mbi->mods_addr 164 165 movl 0(%esi), %edx # mods->mod_start 165 166 movl 4(%esi), %ecx # mods->mod_end 166 167 subl %edx, %ecx 167 add l $0x80000000, %edx168 addq $0xffffffff80000000, %rdx 168 169 169 170 mods_invalid: 170 171 movl %ecx, init_size 171 mov l %edx, init_addr172 movq %rdx, init_addr 172 173 173 174 bt $6, %eax # mbi->flags[6] (mmap_length, mmap_addr valid)
Note:
See TracChangeset
for help on using the changeset viewer.