Code Monkey home page Code Monkey logo

matrix-1996 / js-os Goto Github PK

View Code? Open in Web Editor NEW

This project forked from damianb-bitflipper/js-os

0.0 1.0 0.0 13.92 MB

JS-OS is an operating system that is streaming to become a unix clone, but with some added/better capabilities. This project was started in late 2012 by a high school student. This operating system is meant to be learning tool for both the developer and the user. The code is mostly commented and not too difficult to follow.

License: Other

Makefile 1.34% Assembly 3.58% C 89.95% Shell 0.85% Objective-C 3.82% C++ 0.46%

js-os's Introduction

JS-OS

Alt text Alt text Alt text Alt text Alt text Alt text

JS-OS is a 32-bit operating system, written mostly in C, that is aiming to become a UNIX- like clone, but with some added/better capabilities. This project was started in late 2012 by a high school student and is meant to be a learning/research tool for both the developer and the user. The code is mostly commented and not too difficult to follow.

Using this operating system is meant to be easy and very intuitive. It is currently under development and supports preemptive multitasking, interrupts, a full-blown ext2 file system, a floppy disk driver that has support for having persistent storage, an ext2/JS-OS clone file system (supporting up to 16GB files), a bunch of file system utilities, a basic shell, a dynamic heap, memory protection, a 32bpp VESA VBE and a VGA driver, a window manager, keyboard and mouse driver, and a sound driver.

Compilation dependencies:

  • gcc (C compiler; built on version 4.6.3)
  • nasm (assembler; built on version 2.09.10)
  • ld (linker; built on version 2.22)

Released under the GPL license, see LICENSE for more information.

js-os's People

Contributors

damianb-bitflipper 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.