GithubHelp home page GithubHelp logo

lucaspuntillo / 9back Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 89.52 MB

Home Page: https://puntillol59.github.io/9back/

License: GNU General Public License v3.0

C 67.00% Makefile 1.17% C++ 1.75% Shell 2.26% Objective-C 0.06% Roff 1.98% DIGITAL Command Language 0.11% xBase 0.01% Crystal 0.01% C# 0.01% Erlang 0.01% NewLisp 0.01% sed 0.01% Python 13.67% Awk 0.02% PostScript 5.22% HTML 6.72% Fortran 0.01% Ruby 0.01% Component Pascal 0.03%

9back's Introduction

9BACK, Looks like the front fell off too!

9BACK, is a Unix-like OS and is a fork of 9Front, which in turn is also a fork of Plan 9 by Bell Labs.

But why?

I think Plan 9 is a really cool OS, and I decided to modify it to my needs.

Licence 9Front is GPL licenced, so that means 9BACK needs to be GPL licenced too.

Where can I get the original code? Right here.

What is the basis of this OS?

Plan 9 really pushes hard on some ideas that Unix has that haven’t really been fully developed, in particular, the notion that just about everything in the system is accessible through a file. In other words, things look like an ordinary disk file. So all the devices are controlled this way by means of ASCII strings, not complicated data structures. For example, you make network calls by writing an ASCII string, not the files. This notion is something that’s actually leaking quite fast. The second thing is sort of more subtle and sort of hard to appreciate until you’ve actually played with it. That is that the set of files an individual program can see depends on that program itself. In a standard kind of system, either with Unix remote file systems or Windows attached file systems, all the programs running in the machine see the same thing. In Plan 9, that’s adjustable per program. You can set up specialized name stations that are unique to a particular program. I mean, it’s not associated with the program itself but with the process, with the execution of the process.

— Dennis Ritchie (Creator of the UNIX Operating System)

(Really it's the basis of Plan 9, but it applies here too.)

Important links: 9Front 9Front codebase

9back's People

Contributors

cinaplenrek avatar stanleylieber avatar oridb avatar aiju avatar ftrvxmtrx avatar mischief avatar musolinoa avatar burnzez avatar okvik avatar mveety avatar michaelforney avatar 23hiro avatar taruti avatar jiten19 avatar laniku avatar k0gamsx avatar polachok avatar 4ad avatar 0intro avatar eekee avatar kostich avatar aap avatar ality avatar jmi2k avatar khm avatar kremlin- avatar majiru 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.