GithubHelp home page GithubHelp logo

dalalsunil1986 / beeos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davxy/beeos

0.0 0.0 0.0 723 KB

A simple "Unix-like" kernel trying to be POSIX compliant

License: GNU Lesser General Public License v3.0

Makefile 1.35% C 94.98% Assembly 2.27% Objective-C 0.19% C++ 0.73% Shell 0.48%

beeos's Introduction

BeeOS

README

A simple and minimal "Unix-like" kernel trying to be POSIX compliant. (at least with respect to the implemented services).

The kernel is NOT STABLE for production and is a discontinuous work mainly used as a didactical tool for operating systems and low level programming.

Because of it's simplicity it can be used as a trampoline to start digging with common operating system problems.

Once you've mastered the BeeOS sources it will be a lot easier to start hacking with more complex OS projects.

Prerequisites

  • gcc
  • binutils
  • make
  • qemu (qemu-system)

Quickstart

  1. make all

    This command will build the kernel, standard library (libc), user utility library (libu) and user applications.

  2. (cd misc && sudo ./mkfs.sh)

    Creates the root filesystem ramdisk with the user applications.

  3. (cd misc && ./qemu.sh)

    Starts qemu and BeeOS.

Implemented Milestones

Supported Architectures

  • x86

Core

  • Multitasking
  • Syscalls
  • Virtual Memory
  • Virtual File System: ext2, devfs
  • SLAB allocator
  • Buddy allocator
  • Timer queues

IPC

  • Signals
  • Pipes

Synchronization

  • Spinlocks
  • Wait queues

Drivers

  • TTY
  • Screen
  • Ramdisk
  • Keyboard
  • PRNG

Other

  • Multi TTY console

CONTRIBUTIONS

All contributions to the project will be listed in the AUTHORS file.

LICENSING

BeeOS is free software. See the file COPYING for licensing conditions.

CONTENTS

ChangeLog
  Version history

COPYING
  Copying, distribution and modification conditions and terms.

kernel/
  BeeOS kernel sources.

libc/
  BeeOS standard C library.

libu/
  Common user functions.

user/
  Various user applications and test programs.

beeos's People

Contributors

davxy avatar informer2016 avatar malbx avatar mcpg 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.