Git Product home page Git Product logo

ghost-1's Introduction

ABOUT GHOST

Ghost is a hobby operating system for the Intel x86 platform. The entire OS is written from scratch in C/C++ and Assembly. The kernel is not based on any existing kernel, but is partially compatible to Unix.

This is the main development repository.

Update 2020/10/08: With the recent backmerge I've fixed a lot of bugs in the kernel and rewrote a lot of the user-space code. Still work-in-progress, working towards a version 1.0.0.

Project website: http://ghostkernel.org/

Documentation

See the documentation folder. It contains information about the technical design as well as building instructions.

Features

  • Pure micro-kernel
  • Multiprocessor- & multitasking support (SMP)
  • IPC - pipes, messages, shared memory
  • GCC patches (OS specific toolchain)
  • Self-made libc
  • C++ support (libstdc++ port)
  • libghostapi, extensive kernel API library
  • ELF binary & shared library support
  • Window server (GUI with homemade toolkit)
  • VESA video driver
  • PS/2 keyboard & mouse driver
  • Userspace filesystem driver support
  • Serial COM1 kernel logging
  • Virtual 8086 for BIOS calls

Screenshot of 0.10.0

Ported software

  • musl (libm part of Ghost's libc)
  • cairo
  • freetype
  • libpng
  • pixman
  • zlib
  • nasm
  • bash (in progress)

Contact

If you want to get in contact, contribute to the project or have any questions, feel free to contact me at:

-Max Schlüssel

ghost-1's People

Contributors

fengjixuchui avatar justvic avatar lovemeforareason avatar maxdev1 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.