Displaying 3 results from an estimated 3 matches for "takahito".
Did you mean:
takahiro
2006 Oct 29
1
The simple menu system doesn't work with serial console
...* Zeroed with the BSS */
! ireg.eax.w[0] = 0x0400 | (unsigned char)ch;
__intcall(0x21, &ireg, NULL);
}
--- 43,50 ----
{
static com32sys_t ireg; /* Zeroed with the BSS */
! ireg.eax.b[1] = 0x04;
! ireg.edx.b[0] = ch;
__intcall(0x21, &ireg, NULL);
}
--
HIRANO Takahito
hiranotaka%zng.info
2008 May 14
8
SNV87 DomU at Ubuntu 8.04 Xen 3.2 Server Dom0 (amd64)
http://bderzhavets.blogspot.com/2008/05/install-solaris-nevada-build-87-domu-at.html
This message posted from opensolaris.org
2006 Oct 31
1
The simple menu system doesn't reset LF/NL
...,
I found another problem in the simple menu system with serial console.
The menu system doesn't reset LF/NL which was set in console_ansi_row(),
because it never calls the destructor, console_clenup(),
and so the LF/NL remains until you run "reset" command in sh on Linux.
--
HIRANO Takahito
hiranotaka%zng.info