Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/singpolyma/singpolyma-kernel

A basic microkernel
https://github.com/singpolyma/singpolyma-kernel

Last synced: 3 months ago
JSON representation

A basic microkernel

Awesome Lists containing this project

README

        

This repository contains code for a very simple microkernel system.

Any platform-specific stuff in this code is for QEMU's "versatilepb" emulation, which emulates this board: .

Any CPU-specific stuff is for the ARM1176 processor. Currently compiling for little-endian, but I would like to change this.

You can run the system with:

qemu-system-arm -M versatilepb -cpu arm1176 -nographic -kernel kernel.elf

Once it is running, you can shut down with ^a-x