1
0
Fork
You've already forked CuoreOS
0
forked from jerryjhird/CuoreOS
a hobby kernel written in c for limine
  • C 95.5%
  • Makefile 3.5%
  • Shell 1%
Find a file
2026年01月30日 16:37:33 +00:00
include updated local cuoreterm implementation and kentry 2026年01月30日 16:37:33 +00:00
resources major and minor changes see below for more info 2026年01月10日 04:56:02 +00:00
src updated local cuoreterm implementation and kentry 2026年01月30日 16:37:33 +00:00
.gitignore created own cpio newc archiver 2026年01月13日 07:38:25 +00:00
exclude.cloc updated local cuoreterm implementation and kentry 2026年01月30日 16:37:33 +00:00
LICENSE major and minor changes see below for more info 2026年01月10日 04:56:02 +00:00
Makefile updated local cuoreterm implementation and kentry 2026年01月30日 16:37:33 +00:00
pre-commit.sh included Cuoreterm header in repo 2026年01月17日 21:13:07 +00:00
README.md included Cuoreterm header in repo 2026年01月17日 21:13:07 +00:00

CuoreOS

Hobby x86-64 ELF Kernel

Build Reqiurements ("make")

  • GNU Cross Compiler (GCC) (>= 10)
  • GNU linker (ld)
  • make
  • mtools
  • git
  • dd
  • parted

Requirements ("make run")

  • qemu-system-x86_64
  • OVMF UEFI firmware

This Repo and all of its code is subject to the terms of the Mozilla Public License, v. 2.0. the license can be found in the {Project root}/LICENSE or at https://mozilla.org/MPL/2.0/