Swift Bare Bones: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (moved Swift Barebones to Swift Bare Bones: Follow the same naming scheme as the another Bare Bones.)
m (Remove nonexistent "Swift" category.)
 
Line 15: Line 15:


[[Category: Bare bones tutorials]]
[[Category: Bare bones tutorials]]
[[Category: Swift]]

Latest revision as of 23:34, 12 August 2021

WAIT! Have you read Getting Started, Beginner Mistakes, and some of the related OS theory?
This page is a stub.
You can help the wiki by accurately adding more contents to it.
This page is a work in progress.
This page may thus be incomplete. Its content may be changed in the near future.
Difficulty level

Medium
Kernel Designs
Models
Other Concepts

WAIT! Have you read Getting Started, Beginner Mistakes, and some of the related OS theory?

Notes

  • The easiest way to use Swift is to output LLVM IR and use Clang to target the architecture you want.

Examples