Changeset b5382d4f in mainline for kernel/arch/amd64/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/amd64/src/asm.S

    rda52547 rb5382d4f  
    421421                movb $0x0e, %ah  /* black background, yellow foreground */
    422422                stosw
     423                inc %bx
    423424       
    424425        early_putchar_newline:
    425426       
    426427        /* Sanity check for the cursor on the last line */
    427         inc %bx
    428428        cmp $2000, %bx
    429429        jb early_putchar_no_scroll
Note: See TracChangeset for help on using the changeset viewer.