Skip to content

icxd/kernel

Repository files navigation

kernel

Prerequisites

  • CMake (3.27+)
  • x86-64 ELF Compiler Toolchain
    • For Linux: see here
    • For MacOS: brew install x86_64-elf-gcc

Build & Run

Linux (Not tested since before MacOS support)

cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain/toolchain.cmake -B build
cmake --build build
./run-iso.sh

MacOS

cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain/apple-toolchain.cmake -B build
cmake --build build
./run-iso.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published