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.
begginer questions about osdev in c
RE:begginer questions about osdev in c
>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.
>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.