Code Monkey home page Code Monkey logo

public-domain-laboratories / operating_system Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 940 KB

Barebones for an Operating System (OS) Prototype Design and Implementation.

Home Page: https://opencollective.com/pdl_operating_system

License: Creative Commons Zero v1.0 Universal

D 32.89% Batchfile 12.41% Makefile 0.06% Shell 0.04% Python 43.25% HTML 11.35%
os linux public-domain monolithic-repository planning research-and-development organization blueprint in-development open-collective

operating_system's Introduction

Operating_System Sponsor_button

Important

This is a long term project to standardise and structure an Operating System for the future.
You are welcomed to fork, improve, declare Issues and suggest Pull Requests; Discussions.

Download_Button

A modular Computer Operating System for general computing.

Standardized interfaces and interaction with Operating System Kernels.

  • Barebones structure of the Operating System.
  • Robust, efficient, and user-friendly.

With focus on performance, security, usability, compatibility, scalability, and reliability.

More information: Operating_System

No Copyright reserved.
Public Domain Laboratories.


A Public Domain alternative to Linux Distributions, Windows Operating Systems, Apple MacOS, Google Android.
Targeting: Home Computer Operating System


Operating System Layout

Operating System Root folder

Overview of the operating system.

Main Menu

Operating_System.
No copyrights reserved.
@Public_Domain_Laboratories

The Operating system directories are in object like structure.
Object -> subobject (Common theme, groups files for readable access)
Object -> action (program.d) or property (information.txt)

The reverse way of accessing should be possible as well:
Normal: System/Directory/Print.d
Reverse: Print.d/Directory/System "./"
Omission: Print/Directory "./"

Files and Directories are case insensitive.
Accessing them can be done with lowercase and a mix of uppercase letters.

Shallow directories should not include long directory names and single word names should be enforced on them. More complex directories or projects inside Operating System can contain more descripting longer names for both files and folders. All this is to just make project or directory usage more convenient for less experienced and more manageable for more experienced programmers.

Interface should be a contract or a template for ensuring same structure within source files.

TODO: Make a drop-in replacement for Windows cmd.exe Command Prompt. Windows administrator should be able to paste binary into System32 folder and simply use all commands and environment of this project.

├───Documentation
├───Kernel
│   ├───Boot
│   │   └───Bootloaders
│   ├───Devices
│   ├───Networking_Devices
│   └───Storage_Devices
│       └───Filesystems
├───Library
│   ├───Datatypes
│   ├───Interface
│   ├───Legacy
│   └───Standard_Library
│       ├───Aplication_Binary_Interface
│       ├───Date_and_Time
│       ├───Input_Output
│       ├───Math
│       └───Memory_Allocator
├───Programs
│   ├───Administration
│   │   ├───Groups
│   │   └───Permissions
│   ├───Configurations
│   ├───Control_Panel
│   ├───Games
│   ├───Package_Manager
│   ├───Processes
│   │   ├───Memory_Manager
│   │   └───Process_Manager
│   ├───Security
│   ├───Settings
│   ├───User_Interface
│   └───Utilities
│       ├───Formal_Math_Formula_Evaluator
│       ├───Regular_Expression_Engine
│       └───Text_Tools
├───System
│   ├───Commands
│   ├───Command_Line
│   │   ├───Console
│   │   └───Interpreter
│   ├───Compiler
│   │   └───Linker
│   ├───Development
│   │   └───Language
│   │       └───Parsers
│   │           ├───BNF_Notation
│   │           └───Recursive_Decent_Parsing
│   ├───Games
│   │   └───Text-Based
│   ├───Information
│   ├───Logs
│   ├───Network
│   │   ├───Internet
│   │   └───URL
│   ├───Startup
│   ├───Storage
│   │   ├───Directory
│   │   │   └───Tree
│   │   │       ├───Directory_Tree_Generator
│   │   │       │   ├───Depth_First_Search
│   │   │       │   ├───First research
│   │   │       │   │   └───prototypes
│   │   │       │   ├───path_traversal
│   │   │       │   └───while_method
│   │   │       ├───Natural_Sort_Order
│   │   │       ├───Path_Explorer
│   │   │       ├───Path_Parser
│   │   │       └───Recursive_Depth_First_Tree_Traversal
│   │   ├───File
│   │   ├───Filesystems
│   │   └───Search
│   └───Tools
└───Users
    ├───Administrator
    │   ├───Desktop
    │   ├───Files
    │   └───Home
    ├───Public_User
    │   ├───Guest_User
    │   └───Shared_User
    └───Regular_User
        └───Desktop

operating_system's People

Contributors

boqsc avatar

Stargazers

 avatar  avatar

Watchers

 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.