More minor fixes.

This commit is contained in:
Kevin Lange 2011-03-28 20:43:06 -05:00
parent 14248e7ddd
commit 43f820be04
2 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,8 @@ kgets_handler(
}
return;
} else if (ch == '\n') {
kgets_newline = 1;
writech('\n');
kgets_newline = 1;
return;
} else if (ch < 0x20) {
writech('^');

View File

@ -62,7 +62,6 @@ graphics_install_bochs() {
herp[0] = 0xA5ADFACE;
uint16_t lfb_addr = pci_get_lfb_addr(0x1234);
kprintf("%x!\n", lfb_addr);
if (lfb_addr) {
BOCHS_VID_MEMORY = (uint32_t *)((uint32_t)lfb_addr << 16);
} else {