My first kernel-outputing text problem
Posted: Tue Jul 19, 2005 9:21 am
Hello, i have just recently decided to try and make a simple helloworld kernel as a personal accomplishment, and i was wondering in what manner should i ouput the text-my two options are
-Have existing free c libraries (so i can use prinf) ported to my os
-Have my kernel linked to assembly scripts which output the text
Which of the two is the better and more proffesional way-thanks!
Any help is apreciated
-Have existing free c libraries (so i can use prinf) ported to my os
-Have my kernel linked to assembly scripts which output the text
Which of the two is the better and more proffesional way-thanks!
Any help is apreciated