Skip to content

Releases: Amit123103/Basic_kernel

MyKernel v1.0.6 Release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:47

MyKernel Prebuilt Binary Release (v1.0.6)

Directly download prebuilt kernel images and automated launchers for MyKernel 64-bit Operating System across Windows, macOS, and Linux.

Downloadable Assets:

  • mykernel-v1.0.6.zip: Complete multi-platform bundle containing kernel ELF, bootable ISO, and OS launcher scripts.
  • mykernel.elf: Precompiled 64-bit ELF kernel image executable.
  • mykernel.iso: Bootable ISO image compatible with QEMU, VirtualBox, VMware, and physical hardware.
  • run-windows.bat / run-windows.ps1: One-click QEMU launchers for Windows.
  • run-macos.sh: One-command QEMU launcher for macOS (Apple Silicon & Intel).
  • run-linux.sh: One-command QEMU launcher for Linux (Ubuntu/Debian, Fedora, Arch).

How to Run by Platform

🪟 Windows

  1. Install QEMU via PowerShell (if not already installed):
    winget install SoftwareFreedomConservancy.QEMU
  2. Double-click run-windows.bat or run in PowerShell:
    .\run-windows.ps1

🍎 macOS

  1. Install QEMU via Homebrew:
    brew install qemu
  2. Run launcher script:
    chmod +x run-macos.sh && ./run-macos.sh

🐧 Linux

  1. Install QEMU:
    sudo apt install qemu-system-x86   # Ubuntu/Debian
  2. Run launcher script:
    chmod +x run-linux.sh && ./run-linux.sh

MyKernel v1.0.0 Release

Choose a tag to compare

@github-actions github-actions released this 24 Jul 08:39

MyKernel Prebuilt Binary Release (v1.0.0)

Directly download prebuilt kernel images and automated launchers for MyKernel 64-bit Operating System across Windows, macOS, and Linux.

Downloadable Assets:

  • mykernel-v1.0.0.zip: Complete multi-platform bundle containing kernel ELF, bootable ISO, and OS launcher scripts.
  • mykernel.elf: Precompiled 64-bit ELF kernel image executable.
  • mykernel.iso: Bootable ISO image compatible with QEMU, VirtualBox, VMware, and physical hardware.
  • run-windows.bat / run-windows.ps1: One-click QEMU launchers for Windows.
  • run-macos.sh: One-command QEMU launcher for macOS (Apple Silicon & Intel).
  • run-linux.sh: One-command QEMU launcher for Linux (Ubuntu/Debian, Fedora, Arch).

How to Run by Platform

🪟 Windows

  1. Install QEMU via PowerShell (if not already installed):
    winget install SoftwareFreedomConservancy.QEMU
  2. Double-click run-windows.bat or run in PowerShell:
    .\run-windows.ps1

🍎 macOS

  1. Install QEMU via Homebrew:
    brew install qemu
  2. Run launcher script:
    chmod +x run-macos.sh && ./run-macos.sh

🐧 Linux

  1. Install QEMU:
    sudo apt install qemu-system-x86   # Ubuntu/Debian
  2. Run launcher script:
    chmod +x run-linux.sh && ./run-linux.sh