MSVC LibC
Posted: Tue Apr 20, 2010 9:44 pm
Hello, i'm the annoying guy who goes around asking newb questions while starting enormous project thats way to big for him to manage. so heres another newb question:
i am trying to make an OS using MSVC 2010. i succeeded in building a working kernel that can print text and stuff but, thats just about it right now. so i got a few questions on where to go now. my first question is: what next?, i have enough code to print about 500 chars on the screen but thats it. no input system or VGA system. so my next goal is to be able to implement a LibC so that i can actually write some usefull code for the system, but what Libc will compile in MSVC? is there anyway to make newlib compile in MSVC?
my final goal for the OS is to have a working system with a console which i can navigate through a file system. what would be really nice would be if i could also implement some sort of scripting engine as well and finish off the OS in something like python.
i am trying to make an OS using MSVC 2010. i succeeded in building a working kernel that can print text and stuff but, thats just about it right now. so i got a few questions on where to go now. my first question is: what next?, i have enough code to print about 500 chars on the screen but thats it. no input system or VGA system. so my next goal is to be able to implement a LibC so that i can actually write some usefull code for the system, but what Libc will compile in MSVC? is there anyway to make newlib compile in MSVC?
my final goal for the OS is to have a working system with a console which i can navigate through a file system. what would be really nice would be if i could also implement some sort of scripting engine as well and finish off the OS in something like python.