porting C/C++ compilers
Posted: Tue Jul 01, 2003 11:00 pm
well, the question is simple, I want to write a simple operating system
just for learning purposes, I already have some intresting ideas on how
to start coding it but I have a backgroung problem: once my system has booted
and is stable in Protected Mode I would need a C/C++ compiler implemented
in order not to code everything in assembly (It would be nice an assemply
cmopler too...) or working on another machine and copy/rebooting/testing
all the time. Is there any simple way in which i can port an existing C/C++
compiler in my newly created OS which lacks any advanced functionality?(for
example it only has a basic shell or few video-keyboard input output support).
I hope I was clear enough, thanks in advance
just for learning purposes, I already have some intresting ideas on how
to start coding it but I have a backgroung problem: once my system has booted
and is stable in Protected Mode I would need a C/C++ compiler implemented
in order not to code everything in assembly (It would be nice an assemply
cmopler too...) or working on another machine and copy/rebooting/testing
all the time. Is there any simple way in which i can port an existing C/C++
compiler in my newly created OS which lacks any advanced functionality?(for
example it only has a basic shell or few video-keyboard input output support).
I hope I was clear enough, thanks in advance