Changeset 22c3444 in mainline for kernel/arch/ia32/src/asm.S
- Timestamp:
- 2010-07-06T23:27:57Z (15 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/ia32/src/asm.S
r97bdb4a r22c3444 527 527 movl $(PA2KA(0xb80a0)), %esi 528 528 movl $(PA2KA(0xb8000)), %edi 529 movl $ 1920, %ecx530 rep movs w529 movl $960, %ecx 530 rep movsl 531 531 532 532 /* Clear the 24th row */ 533 533 xorl %eax, %eax 534 movl $ 80, %ecx535 rep stos w534 movl $40, %ecx 535 rep stosl 536 536 537 537 /* Go to row 24 */
Note:
See TracChangeset
for help on using the changeset viewer.