Giter VIP home page Giter VIP logo

cmd's Introduction

Unix userspace programs in Go

This project aims to provide a full, standalone Unix userspace environment implemented in Go. Just add a kernel. Compatible with Linux, and (hopefully) other Unix kernels such as FreeBSD.

Why?

Just for fun. Or see this paper. Or because it is easier to write correct and understandable programs in Go than in C. You decide!

Contents

The included programs are functional, and should be sufficient to boot a working OS with the only other requirements being a kernel, bootloader, and an appropriately laid out filesystem. The most notable missing piece is a usable shell interpreter.

Most programs in this repository are minimalist versions of the usual ones, and may not have all the options that you expect. Those that differ significantly in their usage have been given different names. For example:

  • hget provides similar functionality to curl(1) and wget(1)
  • ipconfig combines functionality from both ifconfig(8) and route(8)
  • sub provides substitution similar to s/a/b/ commands in sed(1), but using re2 syntax. Referencing parenthesized submatches in the replacement string with \1, \2, etc. is supported.

TODO

  • Provide a VM image
  • Provide a decent shell interpreter
  • Write a short README for each directory

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.