Tim robinsons kernel tut - compile troubles

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
joe Blow

Tim robinsons kernel tut - compile troubles

Post by joe Blow »

Tim robinsons simple kernel with print and clear screen functions doesn't work
first nasm won't compile the asm part of it and gcc won't compile the other
is there something wrong with my gcc installation ?
Tim Robinson

RE:Tim robinsons kernel tut - compile troubles

Post by Tim Robinson »

>On 2002-05-05 22:12:08, joe Blow wrote:
>Tim robinsons simple kernel with print and clear screen functions doesn't work
>first nasm won't compile the asm part of it and gcc won't compile the other
>is there something wrong with my gcc installation ?

Heh, lucky I passed by this board today. :)

I assume you mean the "Making a Simple C kernel with Basic printf and clearscreen
Functions" page at the Bona Fide OS Development site. If so, that one's not mine.

You ought to email K.J. (I don't know if he reads this board) and let him know.
I think he tested the code as he wrote it, so you ought to prove the error
messages that NASM and gcc give you. I believe his email address is on the
front page of his site.
Post Reply