Changeset b5382d4f in mainline for kernel/arch/ia32/src/asm.S


Ignore:
Timestamp:
2010-07-02T11:02:45Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3ee9b9
Parents:
da52547
Message:

fix off-by-one mistake when interpreting newline

File:
1 edited

Legend:

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

    rda52547 rb5382d4f  
    503503                movb $0x0e, %ah  /* black background, yellow foreground */
    504504                stosw
     505                inc %bx
    505506       
    506507        early_putchar_newline:
    507508       
    508509        /* Sanity check for the cursor on the last line */
    509         inc %bx
    510510        cmp $2000, %bx
    511511        jb early_putchar_no_scroll
Note: See TracChangeset for help on using the changeset viewer.