VC++ kernal

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Grizwald

VC++ kernal

Post by Grizwald »

how would i go about making a kernel in visual c++?
i know i would have to disable all run-time libraries
and such, but how do i output straight binary.
thanks in advance.
J. Weeks

RE:VC++ kernal

Post by J. Weeks »

>On 2002-02-13 18:32:01, Grizwald wrote:
> how would i go about making a kernel in visual c++?
>i know i would have to disable all run-time libraries
>and such, but how do i output straight binary.
> thanks in advance.

Well, seeing as though very few (if any) people
on this list use VC++, you're probably on
your own, dude.

Check your docs! It should be in there. If not, find
the actual compiler binary and try a vcc /? or
vcc --help. It's gotta be documented _somewhere_.

I wouldn't be surprised if vc++ _can't_ do it...
isn't is _strictly_ a windoze compiler? You'd be
better off using a real compiler (bcc, gcc, lcc :)

Jeff
Post Reply