Visual Studio: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
Line 1: Line 1:
{{FirstPerson}}
It is possible to use Microsoft Visual C++ to write OS kernel, however keep in mind that all the Visual C++ compiler is able to output is [[OMF]] format object files, and the linker can only produce [[PE Binaries]], so you will have to either use a bootloader which understands these formats or convert them to, for example, [[ELF]] or flat binary.
It is possible to use Microsoft Visual C++ to write OS kernel, however keep in mind that all the Visual C++ compiler is able to output is [[OMF]] format object files, and the linker can only produce [[PE Binaries]], so you will have to either use a bootloader which understands these formats or convert them to, for example, [[ELF]] or flat binary.