Changeset b5382d4f in mainline
- Timestamp:
- 2010-07-02T11:02:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e3ee9b9
- Parents:
- da52547
- Location:
- kernel/arch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/src/asm.S
rda52547 rb5382d4f 421 421 movb $0x0e, %ah /* black background, yellow foreground */ 422 422 stosw 423 inc %bx 423 424 424 425 early_putchar_newline: 425 426 426 427 /* Sanity check for the cursor on the last line */ 427 inc %bx428 428 cmp $2000, %bx 429 429 jb early_putchar_no_scroll -
kernel/arch/ia32/src/asm.S
rda52547 rb5382d4f 503 503 movb $0x0e, %ah /* black background, yellow foreground */ 504 504 stosw 505 inc %bx 505 506 506 507 early_putchar_newline: 507 508 508 509 /* Sanity check for the cursor on the last line */ 509 inc %bx510 510 cmp $2000, %bx 511 511 jb early_putchar_no_scroll
Note:
See TracChangeset
for help on using the changeset viewer.