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.
VC++ kernal
RE:VC++ kernal
>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
> 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