Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/boot/boot.S

    r22c3444 r873c681  
    240240                movl $0xb80a0, %esi
    241241                movl $0xb8000, %edi
    242                 movl $960, %ecx
    243                 rep movsl
     242                movl $1920, %ecx
     243                rep movsw
    244244               
    245245                /* Clear the 24th row */
    246246                xorl %eax, %eax
    247                 movl $40, %ecx
    248                 rep stosl
     247                movl $80, %ecx
     248                rep stosw
    249249               
    250250                /* Go to row 24 */
     
    348348                movl $0xb80a0, %esi
    349349                movl $0xb8000, %edi
    350                 movl $960, %ecx
    351                 rep movsl
     350                movl $1920, %ecx
     351                rep movsw
    352352               
    353353                /* Clear the 24th row */
    354354                xorl %eax, %eax
    355                 movl $40, %ecx
    356                 rep stosl
     355                movl $80, %ecx
     356                rep stosw
    357357               
    358358                /* Go to row 24 */
     
    463463                movl $(PA2KA(0xb80a0)), %esi
    464464                movl $(PA2KA(0xb8000)), %edi
    465                 movl $960, %ecx
    466                 rep movsl
     465                movl $1920, %ecx
     466                rep movsw
    467467               
    468468                /* Clear the 24th row */
    469469                xorl %eax, %eax
    470                 movl $40, %ecx
    471                 rep stosl
     470                movl $80, %ecx
     471                rep stosw
    472472               
    473473                /* Go to row 24 */
Note: See TracChangeset for help on using the changeset viewer.