Giter Site home page Giter Site logo

microkernel's Introduction

microkernel

Very basic x86 Operating System (microkernel)

(I didn't know what to name it so I just named it "microkernel".. cuz it's micro)

Goal of the project

The goal of this project is to make a very flexible kernel(or operating system) that can be used in a variety of hardware(from Embedded Systems to Personal Computer) so that an end-user can only customize hardware specific parts of kernel code and easily develop operating system according to the detailed specification of hardware. To achieve this goal, the OS is separated into three parts: Bootloader, Kernel, and Hardware(currently on x86_64 architecture).

  • Bootloader part consists of any type of software that can load the kernel to a designated memory address and give basic information to the kernel (via function argument.)
  • Kernel part consists of the management of abstract systems and resources, such as Interrupt, Paging, Segmentation, Memory, Device, etc.. The kernel should not directly communicate with hardware, but should be commuicating though HAL(Hardware Abstraction Layer)
  • Hardware part consists of (nearly) every hardware-specific system(functions) in kernel system (= HAL) and device driver.

Current Progress

Currently, only available architecture implemented is Intel x86_64 architecture. Not much is actually happening for now, as even the basic device driver manager is not implemented yet. Here's some current progress and future plans (decoratively displayed as To-do list)

  • Documenting kernel's specific system (for end-users' accessibility to kernel's systems)
  • Much more flexible way to compile project
  • Much much more flexible way to compile project
  • GRUB Loader
  • EFI Loader
  • Interface between Kernel and Hardware
  • Physical Memory Allocator
  • Paging system (+ Page Frame Manager)
  • Segmentation system
  • Interrupt system (+ Exception system)
  • Kernel Scheduler
  • Device Driver & Storage Driver Manager
  • File System Manager
  • FAT12, FAT16, FAT32 File System
  • ISO9660 File System
  • Networking (Lots of more stuff will be added in distant future)

Future Plan

The ultimate goal is implementing not only x86_64 architecture, but also ARM, atmel, etc.. I am not sure whether making an operating system that can fit on any hardware is even a possible thing. I will still try as much as I can though.

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.