Page 1 of 1

VC++ kernal

Posted: Wed Feb 13, 2002 12:00 am
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.

RE:VC++ kernal

Posted: Fri Feb 15, 2002 12:00 am
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