Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/singpolyma/singpolyma-kernel
- Owner: singpolyma
- License: isc
- Created: 2012-01-19T17:47:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-21T03:05:34.000Z (over 11 years ago)
- Last Synced: 2024-05-01T22:11:27.618Z (8 months ago)
- Language: C
- Homepage: https://singpolyma.net/category/singpolyma-kernel/
- Size: 109 KB
- Stars: 35
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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