No description
| iso/boot | ||
| boot.asm | ||
| boot.o | ||
| build.sh | ||
| grub.cfg | ||
| LICENSE | ||
| linker.ld | ||
| README.md | ||
| rotten-core.bin | ||
| rotten-core.c | ||
| rotten-core.h | ||
| rotten-core.iso | ||
| rotten-core.o | ||
rotten core
Getting started
This is an educative project. The goal was to understand how a kernel works. It only prints a funny message on the screen at the moment
How to build ?
- Download the project and move into its directory
git clone https://gitlab.e59.fr/Anynone/rotten-core.git
cd rotten-core
- build the project
sh build.sh
How to run ?
you will need qemu to run the project
using grub :
qemu-system-x86_64 -cdrom ./rotten-core.iso
without grub :
qemu-system-x86_64 -kernel ./rotten-core.bin