Releases: safiyax/veryBadKernel
Releases · safiyax/veryBadKernel
veryBadKernel v0.1.0-alpha.3
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
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
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