Page 1 of 1

begginer questions about osdev in c

Posted: Fri Jun 01, 2001 11:00 pm
by coindood
I recently got hold of the utah flus osdev kit/library and have been looking at the examples
but have not been able to find out how to come up with a prompt or anything much. If anyone has used this library
and knows how to use it well, can anyone tell me how to make a prompt of some sort,
just a really simple one. I am using pure c.

RE:begginer questions about osdev in c

Posted: Mon Jun 04, 2001 11:00 pm
by Chase
>On 2001-06-02 20:21:15, coindood wrote:
>I recently got hold of the utah flus osdev kit/library and have been looking at the examples
>but have not been able to find out how to come up with a prompt or anything much. If anyone has used this library
>and knows how to use it well, can anyone tell me how to make a prompt of some sort,
>just a really simple one. I am using pure c.

You might try their mail list. Just from browsing the archive you question seems to have been answered
ftp://flux.cs.utah.edu/flux/oskit/mail/ ... index.html
Just look for the console i/o thread. They also mention a small sample kernel that does console output.