All Projects → frednora → Gramado

frednora / Gramado

Licence: bsd-2-clause
Gramado OS - 32bit operating system

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Gramado

Aquila
AquilaOS: UNIX-like Operating System
Stars: ✭ 413 (-1.67%)
Mutual labels:  kernel, operating-system, osdev
RocketOS
RocketOS is a Unix based OS that uses legacy BIOS and GRUB and is written in C17. It is being developed for educational purposes primarily, but it still is a serious project. It is currently in its infancy.
Stars: ✭ 23 (-94.52%)
Mutual labels:  kernel, osdev, operating-system
beeos
A simple "Unix-like" kernel trying to be POSIX compliant
Stars: ✭ 103 (-75.48%)
Mutual labels:  kernel, osdev, operating-system
Wingos
a little 64bit operating system written in c++ with smp support
Stars: ✭ 361 (-14.05%)
Mutual labels:  kernel, operating-system, osdev
infinity
A secure, modern and intelligent operative system
Stars: ✭ 27 (-93.57%)
Mutual labels:  kernel, osdev, operating-system
DentOS
Experimental Stand-alone 32-bit Kernel with Bootloader written in AT&T Assembly and Freestanding C
Stars: ✭ 32 (-92.38%)
Mutual labels:  kernel, osdev, operating-system
LudOS
A toy monolithic kernel written in C++
Stars: ✭ 38 (-90.95%)
Mutual labels:  kernel, osdev, operating-system
Polaris
A WIP 64-bit UNIX-like kernel
Stars: ✭ 72 (-82.86%)
Mutual labels:  kernel, osdev, operating-system
KnutOS
An x86_64 hobbyist OS written in C and Assembly
Stars: ✭ 16 (-96.19%)
Mutual labels:  kernel, osdev, operating-system
poplar
Microkernel and userspace written in Rust exploring modern ideas
Stars: ✭ 217 (-48.33%)
Mutual labels:  kernel, osdev, operating-system
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 (-40.48%)
Mutual labels:  kernel, osdev, operating-system
MandelbrotOS
A community driven OS by the youth
Stars: ✭ 172 (-59.05%)
Mutual labels:  kernel, osdev, operating-system
Osmanthus
A developing operating system
Stars: ✭ 36 (-91.43%)
Mutual labels:  kernel, 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 (-90.48%)
Mutual labels:  kernel, osdev, operating-system
SnowFlake
Technology is free, SnowFlakeOS
Stars: ✭ 38 (-90.95%)
Mutual labels:  kernel, osdev, operating-system
georgios
Hobby Operating System
Stars: ✭ 19 (-95.48%)
Mutual labels:  kernel, 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 (-88.81%)
Mutual labels:  kernel, osdev, operating-system
Macaron
A sweet hobby made operating system written in C++ for x86 CPUs with GUI
Stars: ✭ 34 (-91.9%)
Mutual labels:  kernel, osdev, operating-system
cxos
Operating System development experiment in Ada
Stars: ✭ 32 (-92.38%)
Mutual labels:  kernel, osdev, operating-system
nightingale
A small operating system where I experiment and learn osdev.
Stars: ✭ 86 (-79.52%)
Mutual labels:  kernel, osdev, operating-system

Welcome to Gramado 1.0

This repository has the source code for:

  • Gramado boot loader
  • Gramado kernel
  • Gramado Window Server
  • Applications
  • Commands

What is Gramado?

Gramado (c) is a 32 bit multithreaded operating system.

Kernel features.

  • Paging.
  • Threads.
  • FAT16 file system.
  • ps/2 keyboard.
  • ps/2 mouse works fine only on qemu.
  • serial port.
  • IDE PATA.
  • e1000 NIC.

Userland features.

  • Working on a Window Server. (gws)
  • Working on a virtual terminal.
  • unix-like commands running in the virtual console.

Libraries.

  • unix-like library. (rtl)
  • API for setup environment. (libcore)
  • Lib for the window server's clients. (libgws)

Fred's compilation on Linux.

    Linux 5.4.0-42-generic x86_64
    gcc (Ubuntu) 7.5.0
    GNU ld (GNU Binutils for Ubuntu) 2.30
    NASM version 2.13.02

How to Build?

See the Gramado OS build instructions

Testing

	$ ./run
	$ make qemu-test

You can run the VHD on Oracle Virtual Box and qemu. Please, give us some feedback.

Documentation

See the DOCS

More information

Gramado is a Free and Open Source operating system created by Fred Nora. The source code uses the BSD license.

Quotes:

Oh boy, there is no spoon!

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