Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix(visual_studio): hard wrap and contractions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukflug committed Mar 29, 2022
1 parent 1e60dc7 commit 2e5b124
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions pages/visual_studio.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,29 @@ category: Toolchain
description: How to use Visual Studio, with either MSVC or clang for OS development.
---

This page describes how to use Visual Studio as an IDE and build system for OS development. It is recommended that you use the clang toolchain, but using Microsoft's native MSVC compiler is possible as well.
This page describes how to use *Visual Studio* as an IDE and build system for OS
development.
It is recommended that you use the clang toolchain, but using Microsoft's
native MSVC compiler is possible as well.

== Using clang and cmake with Visual Studio

TODO

== Using MSVC/msbuild with Visual Studio

[CAUTION]
.MSVC for OSDev
====
It is possible to use MSVC for OS development, but it is heavily advised against for a number of reasons.
It is possible to use MSVC for OS development, but it is heavily advised
against for a number of reasons.
* It is proprietary and not properly documented.
* It's difficult and sometimes impossible to do certain things required for OS development using a pure MS toolchain.
* It is difficult and sometimes impossible to do certain things required for OS
development using a pure MS toolchain.
* Few people will be willing to give you help if something goes wrong.
====

If you insist on using the Microsoft toolchain to build your OS, someday this page may contain information on how to use it.
If you insist on using the Microsoft toolchain to build your OS, someday this
page may contain information on how to use it.

0 comments on commit 2e5b124

Please sign in to comment.