Giter Site home page Giter Site logo

my-os's Introduction

Toy OS written for fun

This is an OS written as part of my twitch stream. See development live at https://twitch.tv/sphaerophoria or on youtube at https://youtube.com/@sphaerophoria.

There is no real goal, other than understanding computers better. We will implement what we feel like, when we feel like, with no expectations

Current state

  • Boots
  • Memory allocation
  • Async/Await
  • Serial Logging
  • Unit testing
  • RTC (clock)
  • PCI
  • Ethernet
  • ARP
  • UDP
  • TCP (kinda)
  • HTTP
  • Graphics
  • Keyboard
  • Multicore
  • USB (1.1, no hub, mouse only)

Usage

Dependencies are tracked by shell.nix (to an extent)

Set up a tap device for host<->guest networking, e.g.

nmcli connection add type tun ifname tap0 con-name tap0 mode tap owner `id -u` ipv4.method manual ip4 192.168.2.1/24

Check environment variables in qemu_wrapper.sh for configuration

cargo run --release

my-os's People

Contributors

sphaerophoria 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.