Releases: Amit123103/Basic_kernel
Releases · Amit123103/Basic_kernel
Release list
MyKernel v1.0.6 Release
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
- Install QEMU via PowerShell (if not already installed):
winget install SoftwareFreedomConservancy.QEMU
- Double-click
run-windows.bator run in PowerShell:.\run-windows.ps1
🍎 macOS
- Install QEMU via Homebrew:
brew install qemu
- Run launcher script:
chmod +x run-macos.sh && ./run-macos.sh
🐧 Linux
- Install QEMU:
sudo apt install qemu-system-x86 # Ubuntu/Debian - Run launcher script:
chmod +x run-linux.sh && ./run-linux.sh
MyKernel v1.0.0 Release
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
- Install QEMU via PowerShell (if not already installed):
winget install SoftwareFreedomConservancy.QEMU
- Double-click
run-windows.bator run in PowerShell:.\run-windows.ps1
🍎 macOS
- Install QEMU via Homebrew:
brew install qemu
- Run launcher script:
chmod +x run-macos.sh && ./run-macos.sh
🐧 Linux
- Install QEMU:
sudo apt install qemu-system-x86 # Ubuntu/Debian - Run launcher script:
chmod +x run-linux.sh && ./run-linux.sh