begginer questions about osdev in c

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
coindood

begginer questions about osdev in c

Post 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.
Chase

RE:begginer questions about osdev in c

Post 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.
Post Reply