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