Changes in kernel/arch/ia32/src/boot/boot.S [873c681:22c3444] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/boot/boot.S
r873c681 r22c3444 240 240 movl $0xb80a0, %esi 241 241 movl $0xb8000, %edi 242 movl $ 1920, %ecx243 rep movs w242 movl $960, %ecx 243 rep movsl 244 244 245 245 /* Clear the 24th row */ 246 246 xorl %eax, %eax 247 movl $ 80, %ecx248 rep stos w247 movl $40, %ecx 248 rep stosl 249 249 250 250 /* Go to row 24 */ … … 348 348 movl $0xb80a0, %esi 349 349 movl $0xb8000, %edi 350 movl $ 1920, %ecx351 rep movs w350 movl $960, %ecx 351 rep movsl 352 352 353 353 /* Clear the 24th row */ 354 354 xorl %eax, %eax 355 movl $ 80, %ecx356 rep stos w355 movl $40, %ecx 356 rep stosl 357 357 358 358 /* Go to row 24 */ … … 463 463 movl $(PA2KA(0xb80a0)), %esi 464 464 movl $(PA2KA(0xb8000)), %edi 465 movl $ 1920, %ecx466 rep movs w465 movl $960, %ecx 466 rep movsl 467 467 468 468 /* Clear the 24th row */ 469 469 xorl %eax, %eax 470 movl $ 80, %ecx471 rep stos w470 movl $40, %ecx 471 rep stosl 472 472 473 473 /* Go to row 24 */
Note:
See TracChangeset
for help on using the changeset viewer.