Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Releases: clebsstash/SeedCore

0.0.1 - A minimal kernel | Bean version

02 Oct 14:55

Choose a tag to compare

Pre-release

v0.0.1 - A minimal kernel | Bean version #1

You can also write the image to an USB stick for booting it on a real machine. On Linux, the command for this is:

dd if=bootimage-seed_os.bin of=/dev/YOURDEVICE && sync

Or you can run the disk image in QEMU through:

qemu-system-x86_64 -drive format=raw,file=bootimage-seed_os.bin