Changeset 22c3444 in mainline for kernel/arch/amd64/src/asm.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/asm.S
r97bdb4a r22c3444 445 445 movq $(PA2KA(0xb80a0)), %rsi 446 446 movq $(PA2KA(0xb8000)), %rdi 447 movq $ 1920, %rcx448 rep movs w447 movq $480, %rcx 448 rep movsq 449 449 450 450 /* Clear the 24th row */ 451 451 xorq %rax, %rax 452 movq $ 80, %rcx453 rep stos w452 movq $20, %rcx 453 rep stosq 454 454 455 455 /* Go to row 24 */
Note:
See TracChangeset
for help on using the changeset viewer.