All Projects → MaxXSoft → GeeOS

MaxXSoft / GeeOS

Licence: GPL-3.0 license
The Gee (寂) Operating System, written in YuLang.

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
assembly
5116 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to GeeOS

Cardinal
Operating system designed to be fast and secure.
Stars: ✭ 20 (-9.09%)
Mutual labels:  osdev, operating-system
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 (+81.82%)
Mutual labels:  osdev, operating-system
chaos-2
A hand-made SMP-aware kernel
Stars: ✭ 20 (-9.09%)
Mutual labels:  osdev, operating-system
beeos
A simple "Unix-like" kernel trying to be POSIX compliant
Stars: ✭ 103 (+368.18%)
Mutual labels:  osdev, operating-system
georgios
Hobby Operating System
Stars: ✭ 19 (-13.64%)
Mutual labels:  osdev, operating-system
Onyx
UNIX-like operating system written in C and C++
Stars: ✭ 52 (+136.36%)
Mutual labels:  operating-system, riscv
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 (+1036.36%)
Mutual labels:  osdev, operating-system
Melvix
💻 A small operating system written from scratch
Stars: ✭ 69 (+213.64%)
Mutual labels:  osdev, operating-system
SnowFlake
Technology is free, SnowFlakeOS
Stars: ✭ 38 (+72.73%)
Mutual labels:  osdev, operating-system
Polaris
A WIP 64-bit UNIX-like kernel
Stars: ✭ 72 (+227.27%)
Mutual labels:  osdev, operating-system
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (+45.45%)
Mutual labels:  osdev, operating-system
KSOS
Our very own Operating System built from scratch for x86 architecture systems!
Stars: ✭ 83 (+277.27%)
Mutual labels:  osdev, operating-system
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (+4.55%)
Mutual labels:  osdev, operating-system
osfree
osFree - open source Operating System/2 clone, usermode parts.
Stars: ✭ 77 (+250%)
Mutual labels:  osdev, operating-system
ShawnOS
A Basic x86 Operating System/Kernel
Stars: ✭ 39 (+77.27%)
Mutual labels:  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 (+113.64%)
Mutual labels:  osdev, operating-system
greenteaos.github.io
🏠 Homepage of the @GreenteaOS
Stars: ✭ 16 (-27.27%)
Mutual labels:  osdev, operating-system
MoonOS
MoonOS (just a kernel atm) is a micro kernel designed for the x86_64 and arm architecure.
Stars: ✭ 82 (+272.73%)
Mutual labels:  osdev, operating-system
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (+54.55%)
Mutual labels:  osdev, operating-system
Osmanthus
A developing operating system
Stars: ✭ 36 (+63.64%)
Mutual labels:  osdev, operating-system

GeeOS

GeeOS (寂) is a lightweight, UNIX like operating system, written in YuLang, developed for Fuxi processor.

Getting Started

Before building GeeOS, please make sure you have installed the following dependencies:

  • YuLang compiler
  • llvm toolchain
  • C++ compiler supporting C++17

You may want to check the toolchain configuration in toolchain.mk. Then you can build this repository by executing the following command lines:

$ git clone https://github.com/MaxXSoft/GeeOS.git
$ cd GeeOS
$ make -j8

ELF file of GeeOS will be generated in directory build. By default, you can run it with QEMU:

$ qemu-system-riscv32 -nographic -machine virt -m 128m -kernel geeos.elf

Details

UNDER CONSTRUCTION...

Changelog

See CHANGELOG.md

References

GeeOS is heavily influenced by rCore and xv6.

License

Copyright (C) 2010-2020 MaxXing. License GPLv3.

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].