0 Forks
10 Stars
10 Watchers

Mantle

An operating system kernel written mostly in C for x86-64 CPUs, capable of booting on real hardware. Goal is to implement my own flavor of a fully functional Unix-like operating system.

How to download and setup Mantle

Open terminal and run command
git clone https://github.com/tyler-cromwell/Mantle.git
git clone is used to create a copy or clone of Mantle repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Mantle https://github.com/tyler-cromwell/Mantle/archive/master.zip

Or simply clone Mantle with SSH
[email protected]:tyler-cromwell/Mantle.git

If you have some problems with Mantle

You may open issue on Mantle support forum (system) here: https://github.com/tyler-cromwell/Mantle/issues