C++ Kernel
Posted: Sat Feb 28, 2004 8:28 pm
I was just wondering with a C++ kernel to get it to Display Some words e.g.
"Welcome To MyOs"
Would u use cout<<"Welcome To MyOs";
or Something else?
and when I type
ld kernel.o -o kernel.bin -oformat binary -Ttext 0x100000
It comes up with a error saying No Such Dirrectory (I am using linux) is there a different way to link kernel.o?
And Could some one plz type a baisc VERY VERY basic OS in like a template to work on, with nothing in it but Hello world sorta thing, if not don't worrie about it.
"Welcome To MyOs"
Would u use cout<<"Welcome To MyOs";
or Something else?
and when I type
ld kernel.o -o kernel.bin -oformat binary -Ttext 0x100000
It comes up with a error saying No Such Dirrectory (I am using linux) is there a different way to link kernel.o?
And Could some one plz type a baisc VERY VERY basic OS in like a template to work on, with nothing in it but Hello world sorta thing, if not don't worrie about it.