Top Next >

Overview

project1 - writing a simple bare metal kernel in Swift

A project to write a kernel in Swift with that can boot on a Mac or PC. The main aim is to get a simple kernel booting up with a CLI with full concurrency/thread support on multiple cores.

project1 on github

Current status:

The next step is to get multi processor support working

The main aspects investigated were:

Development environment and compiler

Initialisation

Working with C

Other Notes

Useful links

Top Next >