Changeset 22c3444 in mainline for kernel/arch/amd64/src/boot/boot.S
- Timestamp:
- 2010-07-06T23:27:57Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 09b859c, 62b20f1
- Parents:
- 97bdb4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/boot/boot.S
r97bdb4a r22c3444 247 247 movl $0xb80a0, %esi 248 248 movl $0xb8000, %edi 249 movl $ 1920, %ecx250 rep movs w249 movl $960, %ecx 250 rep movsl 251 251 252 252 /* Clear the 24th row */ 253 253 xorl %eax, %eax 254 movl $ 80, %ecx255 rep stos w254 movl $40, %ecx 255 rep stosl 256 256 257 257 /* Go to row 24 */ … … 357 357 movl $0xb80a0, %esi 358 358 movl $0xb8000, %edi 359 movl $ 1920, %ecx360 rep movs w359 movl $960, %ecx 360 rep movsl 361 361 362 362 /* Clear the 24th row */ 363 363 xorl %eax, %eax 364 movl $ 80, %ecx365 rep stos w364 movl $40, %ecx 365 rep stosl 366 366 367 367 /* Go to row 24 */ … … 516 516 movq $(PA2KA(0xb80a0)), %rsi 517 517 movq $(PA2KA(0xb8000)), %rdi 518 movq $ 1920, %rcx519 rep movs w518 movq $480, %rcx 519 rep movsq 520 520 521 521 /* Clear the 24th row */ 522 522 xorq %rax, %rax 523 movq $ 80, %rcx524 rep stos w523 movq $20, %rcx 524 rep stosq 525 525 526 526 /* Go to row 24 */
Note:
See TracChangeset
for help on using the changeset viewer.