An open API service indexing awesome lists of open source software.

https://github.com/timolinn/x86_64_kernel

A minimal x86_64 arch kernel.
https://github.com/timolinn/x86_64_kernel

Last synced: about 2 months ago
JSON representation

A minimal x86_64 arch kernel.

Awesome Lists containing this project

README

        

# Mini x86_64 Kernel

Based on Philip Opperman's [A minimal kernel](http://blog.phil-opp.com/rust-os/multiboot-kernel.html)

## How To Run

+ Clone or fork this repo
+ Run `$ vagrant up`
+ Run `$ vagrant ssh -- -Y`
+ `$ cd /vagrant` // this is virtualized directory on your HD
+ `$ make run`