All Projects → Tix3Dev → KnutOS

Tix3Dev / KnutOS

Licence: GPL-3.0 License
An x86_64 hobbyist OS written in C and Assembly

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
Makefile
30231 projects

Projects that are alternatives of or similar to KnutOS

Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (+112.5%)
Mutual labels:  kernel, os, osdev, operating-system, hobby-os, hobby-kernel
GENADEV OS
An AArch64 hobbyist OS for the Raspberry Pi 3 B+
Stars: ✭ 14 (-12.5%)
Mutual labels:  kernel, os, operating-system, hobby-os, hobby-kernel, os-development
SynnixOS
Hobbyist Operating System targeting x86_64 systems. Includes userspace, Virtual File System, An InitFS (tarfs), Lua port, easy porting, a decent LibC and LibM, and a shell that supports: piping, file redirection, and more.
Stars: ✭ 40 (+150%)
Mutual labels:  kernel, x86-64, osdev, operating-system, hobby-os
duckOS
Yet another hobby x86 UNIX-like operating system written in C and C++. Features a dynamically linked userspace, an in-house c standard library, and more! And yes, it runs DOOM.
Stars: ✭ 250 (+1462.5%)
Mutual labels:  kernel, os, osdev, operating-system, hobby-os
kora-kernel
Kernel for my operating system KoraOS
Stars: ✭ 15 (-6.25%)
Mutual labels:  os, osdev, operating-system, hobby-os, hobby-kernel
Wingos
a little 64bit operating system written in c++ with smp support
Stars: ✭ 361 (+2156.25%)
Mutual labels:  kernel, x86-64, os, osdev, operating-system
Cyjon
A simple, clean code, multi-tasking operating system written in pure assembly language for 64-bit processors from the AMD64 family.
Stars: ✭ 184 (+1050%)
Mutual labels:  kernel, x86-64, os, osdev, operating-system
biefircate
Running x86-16 or x86-32 code from x86-64 UEFI; _very experimental_ • mirror of https://gitlab.com/tkchia/biefircate • developer notes at https://gitlab.com/tkchia/biefircate/-/blob/main/doc/NOTES.asciidoc
Stars: ✭ 47 (+193.75%)
Mutual labels:  kernel, x86-64, os, osdev, operating-system
Toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Stars: ✭ 4,687 (+29193.75%)
Mutual labels:  kernel, x86-64, os, osdev, operating-system
Dennix
Dennix is a unix-like hobbyist operating system written from scratch.
Stars: ✭ 53 (+231.25%)
Mutual labels:  kernel, x86-64, os, osdev, operating-system
georgios
Hobby Operating System
Stars: ✭ 19 (+18.75%)
Mutual labels:  kernel, osdev, operating-system, hobby-os
MoonOS
MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.
Stars: ✭ 82 (+412.5%)
Mutual labels:  x86-64, os, osdev, operating-system
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (+100%)
Mutual labels:  kernel, os, osdev, operating-system
Unikraft
Unikraft is an automated system for building specialized POSIX-compliant OSes known as unikernels. (Core repository)
Stars: ✭ 183 (+1043.75%)
Mutual labels:  kernel, os, osdev, operating-system
opuntiaOS
opuntiaOS - an operating system targeting x86, ARMv7, Aarch64
Stars: ✭ 566 (+3437.5%)
Mutual labels:  os, operating-system, hobby-os, hobby-kernel
Emerald
An operating system written in C
Stars: ✭ 118 (+637.5%)
Mutual labels:  kernel, os, osdev, operating-system
moros
MOROS: Obscure Rust Operating System 🦉
Stars: ✭ 508 (+3075%)
Mutual labels:  x86-64, os, osdev, hobby-os
beeos
A simple "Unix-like" kernel trying to be POSIX compliant
Stars: ✭ 103 (+543.75%)
Mutual labels:  kernel, os, osdev, operating-system
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (+25%)
Mutual labels:  kernel, os, osdev, operating-system
poplar
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 217 (+1256.25%)
Mutual labels:  kernel, os, osdev, operating-system

KnutOS

An x86_64 hobbyist OS made for FUN and LEARNING! It is written in C and Assembly and features a monolithic kernel.


Screenshots

⤷ Silent boot

⤷ Verbose boot

⤷ Shell

⤷ Interrupt screen

⤷ Local terminal showing serial communication

Features

  • Limine bootloader
  • Stivale2 boot protocol
  • GDT
  • TSS
  • IDT & ISR's
  • Physical memory manager -> Bitmap based
  • Virtual memory manager -> 4- & 5-level paging
  • Slab allocator
  • ACPI table parsing
  • Local APIC
  • Serial communication
  • Basic framebuffer
  • Basic keyboard driver with a small shell
  • Basic kernel libraries

Future Features

  • ACPI Parser (custom or ACPICA)
  • C standard library port
  • ELF loader
  • IPC support
  • SMP
  • Double buffering
  • Compositor
  • GUI library

Dependencies

NOTE: Depending on your Linux Distribution the package names might be different (supposing you are using Linux)

  • x86_64-elf-binutils
  • x86_64-elf-gcc
  • nasm-git
  • make
  • xorriso
  • qemu

Installation

Contributing

For those interested in contributing, please refer to the contributing guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].