home.social

#rtkernel — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #rtkernel, aggregated by home.social.

  1. Tried the original BashCore today, booting the RT kernel inside QEMU.
    Used this command:

    qemu-system-x86_64 \
    -m 16G \
    -cpu host \
    -smp 8 \
    -enable-kvm \
    -drive file=BashCore2602-Maruta.iso,media=cdrom,readonly=on \
    -net nic,model=virtio-net-pci \
    -net user \
    -vga virtio \
    -display gtk,gl=on

    It boots and idles at <250 MB RAM. Impressive.

    #Linux #BashCore #QEMU #RTKernel #FOSS #Performance