Visual Studio: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Fixing broken links
m correct forum link
Line 1: Line 1:
Yes, it is possible to use Microsoft Visual C++ to write OS kernel. One of our guests on [Forum:7848 the forum] even provided us a XML configuration file that will suit those needs, as well as 64-bit support code normally provided by the C runtime.
Yes, it is possible to use Microsoft Visual C++ to write OS kernel. One of our guests on [[Forum:7848|the forum]] even provided us a XML configuration file that will suit those needs, as well as 64-bit support code normally provided by the C runtime.


However, keep in mind that all Visual C++ is able to output is [[OMF]] and [[PE Binaries|PE]] formats, so you will either have to use [[GRUB]], a custom bootloader, or strip the PE headers in order to make it work.
However, keep in mind that all Visual C++ is able to output is [[OMF]] and [[PE Binaries|PE]] formats, so you will either have to use [[GRUB]], a custom bootloader, or strip the PE headers in order to make it work.