No description
  • C++ 95.4%
  • Lua 3%
  • Assembly 1.6%
Find a file
2026-02-19 15:16:07 +03:00
kernel fix some bugs for smp and tsc timer is done 2026-02-19 15:16:07 +03:00
.clang-format style: fix short if statments being on 1 line 2026-02-13 07:23:12 +11:00
.gitignore add uacpi as dep for future, generic timer namespace 2026-02-16 18:28:50 +03:00
.pre-commit-config.yaml minor: add precommit hook for clang format 2026-02-13 07:32:32 +11:00
fab.lua fix some bugs for smp and tsc timer is done 2026-02-19 15:16:07 +03:00
LICENSE.txt fix typo in license 2026-02-15 12:44:16 -05:00
limine.conf Inital groundwork for evalynOS rewrite in C++ 2026-02-09 23:45:36 -05:00
README.md fix build for aarch64, riscv64 2026-02-10 14:10:36 +03:00

EvalynOSprime (C++ Rewrite)

how to build

make all ARCH=arch TOOLCHAIN=llvm

run for x86_64

make run-kvm ARCH=arch TOOLCHAIN=llvm

run for riscv,aarch64

make run-riscv64 ARCH=riscv64 TOOLCHAIN=llvm

WIP