OpuntiaOS. A complete operating system you can build and run yourself.

github.com/opuntiaOS-Project/opuntiaOS

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2023
  • [all] Fix formatting to clang-format-16
  • [riscv64] Init
  • [riscv64] Mobile support + CI
March 2023
  • [libc] Init of stdatomic.h
  • [utils] Support for new archs in clang_tidy
February 2023
  • [kenrel] Fix typo in return
January 2023
  • [libcxx] Init of RTTI
  • [all] Fix formatting accroding to clang-format 15
  • [kernel] Fix function prototypes
November 2022
  • [kernel] Fix memleaks
  • [kernel][arm64] Apply break-before-make rule
October 2022
  • [kernel] Fix mode passing with creat syscall
  • [libg] Prevent out-of-bounds when loading serenity glyphs
  • [kernel] Zero up inode after deletion
September 2022
  • [CI] Fix location of llvm
  • [kernel] Fix passing __user params inside kernel'a mmap
  • [kernel] Check is FS is read-only in vfs_chmod
  • [libc] Implement qsort
  • [kernel] Cleanup todos
  • [boot] Add EARLY_FB option