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.
Got few questions about OS development
-
- Member
- Posts: 223
- Joined: Thu Jul 05, 2007 8:58 am
The thing with builtin functions is that they are provided by lib's you haven't wrote yourself. This means they can be implemented in about 1001 ways. And usually they will use facilities provided by the kernel, which is the thing you're now trying to write.
on PMODE, read this and this and use google.[/url]
on PMODE, read this and this and use google.[/url]
not really, it's more fun! That is what we do here.
Working On:Bootloader, RWFS Image Program
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc
Leviathan: http://leviathanv.googlecode.com
Kernel:Working on Design Doc