Got few questions about OS development
Posted: Sun Mar 23, 2008 3:38 am
Hey all, nice website and forums you got
started working on my own OS and i got some questions
so far those 2 are the most important:
1. why cant we use builtin functions?
from what i see we are limited by the linking stage and not the compile because this is the error i get: (.text+0x27): undefined reference to `__ZNSsC1Ev' and .text is in Link.ld
2. why are we using protected mode? what its good for?
EDIT: tried searching the forums, wiki and google first.
Thanks, Gilad.
started working on my own OS and i got some questions
so far those 2 are the most important:
1. why cant we use builtin functions?
from what i see we are limited by the linking stage and not the compile because this is the error i get: (.text+0x27): undefined reference to `__ZNSsC1Ev' and .text is in Link.ld
2. why are we using protected mode? what its good for?
EDIT: tried searching the forums, wiki and google first.
Thanks, Gilad.