1
0
Fork 0
mirror of https://github.com/elysium-os/cronus.git synced 2026-07-08 18:47:40 +02:00
The ElysiumOS kernel
  • C 96.1%
  • Lua 1.6%
  • Assembly 1.3%
  • Python 0.8%
  • Nix 0.2%
Find a file
2026-03-29 00:30:12 +02:00
abi/sysv refactor: rename mem* functions to our own scheme 2025-12-10 03:33:08 +02:00
arch/x86_64 THIS BRANCH IS BEING ABANDONED 2026-01-12 21:29:29 +02:00
common THIS BRANCH IS BEING ABANDONED 2026-01-12 21:29:29 +02:00
dev feat: further work on init system 2026-01-06 21:02:46 +02:00
fs feat: harden clang-tidy checks 2026-01-07 00:23:55 +02:00
graphics refactor: remove kernel/ in favor of using root directory 2025-10-18 02:44:45 +03:00
include feat: implement hook system 2026-01-07 14:05:22 +02:00
lib feat: harden clang-tidy checks 2026-01-07 00:23:55 +02:00
memory Update vm.c 2026-03-29 00:30:12 +02:00
modules style: remove unused include 2025-12-10 03:33:15 +02:00
sched refactor: remove kernel/ in favor of using root directory 2025-10-18 02:44:45 +03:00
sys feat: use the hook system to initialize slab caches 2026-01-08 19:08:39 +02:00
syscall refactor: remove kernel/ in favor of using root directory 2025-10-18 02:44:45 +03:00
.clang-format refactor: new header paradigm 2025-08-23 15:05:01 +03:00
.clang-tidy feat: harden clang-tidy checks 2026-01-07 00:23:55 +02:00
.clangd chore: make clangd use doxygen comment formatting 2026-01-03 21:56:13 +02:00
.gitignore chore: cleanup gitignore 2026-01-06 21:02:59 +02:00
fab.lua THIS BRANCH IS BEING ABANDONED 2026-01-12 21:29:29 +02:00
flake.lock THIS BRANCH IS BEING ABANDONED 2026-01-12 21:29:29 +02:00
flake.nix chore: bump flake nixpkgs version 2025-05-20 20:22:50 +03:00
init.c THIS BRANCH IS BEING ABANDONED 2026-01-12 21:29:29 +02:00
LICENSE chore: bump license to 2026 2026-01-06 18:20:19 +02:00
README.md chore: update banner to source it from elysium-os.org 2025-05-13 09:17:52 +03:00
terminal.c THIS BRANCH IS BEING ABANDONED 2026-01-12 21:29:29 +02:00
ubsan.c feat: dont sanitize ubsan functions 2025-12-04 21:47:46 +02:00

logo

ElysiumOS is a 64bit hobby operating system designed mainly by me (@WuX). Elysium currently only supports the x86_64 architecture, although support for Aarch64 is planned.

Cronus is the kernel for ElysiumOS.