This repository was archived by the owner on Apr 18, 2025. It is now read-only.
Releases: clebsstash/SeedCore
Releases · clebsstash/SeedCore
0.0.1 - A minimal kernel | Bean version
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 && syncOr you can run the disk image in QEMU through:
qemu-system-x86_64 -drive format=raw,file=bootimage-seed_os.bin