Coder Social home page Coder Social logo

ferretos's Introduction

Ferret OS

A console operating system (OS) that manages computer hardware and software resources and provides common services for computer programs via a command-line interface (CLI).

A light-weight, but complex, terminal-based OS where all the basic features of an OS are displayed on, and operated from, the CLI.

Key Features

User interface: provides a friendly user interface that allows users to interact with the system via a command-line interface.

File system management: manages the organisation and storage of files on disk, providing a hierachical file system and file access controls, via the CLI.

Process management: manages the execution of programs or proceses, allocating resources such as CPU time, memory, and I/O devices.

Memory management: manages the allocation and deallocation of memory to processes, ensuring that each process has access to the memory it needs.

Device management: manages the interaction between the computer and its peripheral devices, such as printers, scanners, and network adapters.

Security: provides security features such as user authentication, access controls, and encryption to protect the system and its data from unauthorised access.

Networking: provides networking features such as TCP/IP protocol support, network configuration, and network device drivers.

Web interfacing: provides web browsing features, interfaced through the command line.

Multitasking: allows multiple programs or processes to run simultaneously, sharing system resources such as CPU time and memory.

Error handling: provides error handling features that detect and recover from errors such as hardware failures, software crashes, and network errors.

Virtualisation: provides virtualisation features that allow multiple operating systems or instances of an operating system to run on a single physical machine, and also ability to run on virtualisation softwares, like virtual box and vmware, as a guest operating system.

Windowless: provides a command-line interface, where there is no support for windowing features or graphical user interface (GUI) , every activity is carried out on a single terminal.

Customization: provides customization for system layouts and appearance.

Project Structure

FerretOS
 |
 |-core/
 |  |
 |  |-boot/
 |  |  |
 |  |  |-stage1
 |  |  |
 |  |  |-stage2
 |  |
 |  |-cpu/
 |  |
 |  |-drivers/
 |  |
 |  |-kernel/
 |
 |-os/
    |
    |-bash/
    |
    |-libs/
    |
    |-sysroot/
    |  |
    |  |-bin/
    |  |
    |  |-devices/
    |  |
    |  |-etc/
    |  |  
    |  |-home/
    |  |
    |  |-media/
    |  |
    |  |-root/
    |  |
    |  |-tmp/
    |  |
    |  |-usr/
    |     |
    |     |-bin/
    |
    |-term/
    |
    |-utils/
    |
    |-websh/

The above structure shows a prototype for directories of the project.

NOTE: It's just a PROTOTYPE and can be modified or entirely changed with time.

See the readme files located in each directories for more info

Have A Feel!

CLIMB

CLIMB.mp4

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.