Skip to content

Releases: safiyax/veryBadKernel

veryBadKernel v0.1.0-alpha.3

19 Dec 22:55
Compare
Choose a tag to compare

This release now includes support for heap memory allocation with a linked list allocator!

Run via QEMU:

qemu-system-x86_64 -drive format=raw,file=path/to/bootimage-very_bad_kernel.bin

Run on actual hardware (x86_64), burn to disk and then select disk from boot menu of device

dd if=path/to/bootimage-very_bad_kernel.bin of=/dev/diskX

veryBadKernel v0.1.0-alpha.2

19 Dec 21:06
Compare
Choose a tag to compare
Pre-release

This release now includes support for memory paging.

Run via QEMU:

qemu-system-x86_64 -drive format=raw,file=path/to/bootimage-very_bad_kernel.bin

Run on actual hardware (x86_64), burn to disk and then select disk from boot menu of device

dd if=path/to/bootimage-very_bad_kernel.bin of=/dev/disk4 

veryBadKernel v0.1.0-alpha.1

29 Oct 01:10
Compare
Choose a tag to compare
Pre-release

Run via QEMU:

qemu-system-x86_64 -drive format=raw,file=path/to/bootimage-very_bad_kernel.bin

Run on actual hardware (x86_64), burn to disk and then select disk from boot menu of device

dd if=path/to/bootimage-very_bad_kernel.bin of=/dev/disk4