https://github.com/rmuskovets/skeles
Skeles is a hobby OS with VESA/VBE support and GRUB Multiboot.
https://github.com/rmuskovets/skeles
assembly c grub2 osdev vesa
Last synced: 27 days ago
JSON representation
Skeles is a hobby OS with VESA/VBE support and GRUB Multiboot.
- Host: GitHub
- URL: https://github.com/rmuskovets/skeles
- Owner: RMuskovets
- License: gpl-3.0
- Created: 2019-07-28T18:44:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T09:37:22.000Z (about 5 years ago)
- Last Synced: 2025-03-31T08:40:43.988Z (2 months ago)
- Topics: assembly, c, grub2, osdev, vesa
- Language: C
- Size: 3.46 MB
- Stars: 19
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://gitpod.io/#https://github.com/RMuskovets/Skeles)
# What is Skeles?
Skeles is a hobby OS with VESA/VBE support and GRUB booting.# Screenshots

# License
The license is GNU GPL 3.0, which means you can use the code in any purposes as long as you provide access to original sources.# I want to try it!
Check the `Releases` tab. There is a release. Also, if you want to build it by yourself, run the `iso.sh` script.# How to contribute?
Feel free to fork the repo and send PRs to me - I'll try to merge the most relevant ones.# Roadmap
I plan to:
* [x] To use 1024x768 video mode
* [x] To do memory management
* [ ] To setup GDT/IDT
* [ ] To create FAT32 or Ext2 filesystem driver.
* [ ] To create fancy GUIs
* [ ] To write an application loader.