Giter VIP home page Giter VIP logo

mmdos's Introduction

MmdOS

Overview

A 64-bit higher half kernel OS

Installation

You need an GCC compiler, ld linker which are usually pre-installed on UNIX-like systems. Also qemu, nasm, xorriso and make must be available.

We also use clang-format in the make format script, so make sure to have it installed in a development workspace.

In order to run the debugger, be sure to have gdb.

to compile and build in debug mode run:

make

to compile and build in production mode run:

make prod

if you want to run the os using qemu, execute:

make run

if you want to use gdb:

make drun

then open another shell and move to the same directory and:

make gdb

Implemented features

Feature State
Limine bootloader works
kernel loading works
GDT works
IDT works
PIC works
PIT works
Keyboard works
printf works
basic prompt works
Memory Mapping works
process works
context switching works
thread works
file system basic vfs implemented
USTar works
userspace needs more testing
games snake and gameoflife work
programs cat, ls work

TODO for the forseeable future

Feature to be implemented
maybe implement ACPI to gain access to more advanced devices
user space
support for simple file systems like FAT
support for ELF
syscalls to execute binaries like ELFs
simple hardware support like usb

Description

The goal is to implement a fully functional OS which would have basic tools and perhaps support libc and some Unix-like programs and applications.

Credit

Special thanks to the contributers of Lyre-OS for being one of the main references of ideas and implementation.

mmdos's People

Contributors

rostamborn avatar mahbodghadiri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.