Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbguilherme/os-crystal
x86 Kernel implemented in Crystal
https://github.com/lbguilherme/os-crystal
Last synced: 30 days ago
JSON representation
x86 Kernel implemented in Crystal
- Host: GitHub
- URL: https://github.com/lbguilherme/os-crystal
- Owner: lbguilherme
- Created: 2016-04-12T21:08:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-07T13:33:28.000Z (about 8 years ago)
- Last Synced: 2024-08-03T17:12:51.109Z (4 months ago)
- Language: Crystal
- Size: 3.91 KB
- Stars: 53
- Watchers: 10
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-crystal - os-crystal - x86 Kernel implemented in Crystal (Examples and funny stuff)
README
# Kernel code, made with [Crystal](https://github.com/crystal-lang/crystal)
This is just a *proof of concept*, it doesn't actually do anything aside from booting.
Run with `make run` to build a kernel.elf and execute it in QEMU.You can also do `make iso` to produce a ISO image that can boot on real hardware.
As a last option, take the `kernel.elf` produced, put it in your `/boot` directory
and change grub configuration to offer it as an option in your boot menu. It works.