Swift Bare Bones: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Simple Swift Barebones page w/ links to projects
 
No edit summary
Line 1: Line 1:
{{BeginnersWarning}}
{{In Progress}}
{{In Progress}}
{{Rating|2}}
{{Template:Kernel designs}}
{{Template:Kernel designs}}



Revision as of 03:39, 10 September 2018

WAIT! Have you read Getting Started, Beginner Mistakes, and some of the related OS theory?
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