Giter Site home page Giter Site logo

ikskuh / dasos Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 3.73 MB

DasOS is a research project which contains prototypes for different parts regarding OS development like kernels, virtual machines, file formats and systems.

License: MIT License

Makefile 1.29% Assembly 0.69% C++ 31.51% C 66.51%

dasos's Introduction

DasOS

Goal

Simple, single task, single thread OS with a focus on graphics and gaming with support of networking, graphics and sound. All programs will run in fullscreen with a small OS status bar at the bottom.

Planned Features

  • FAT12 Driver (done)
  • FAT16 Driver (pending)
  • Keyboard Input (done)
  • Sound Driver (pending)
  • Network (IP)
    • TCP (pending)
    • UDP (pending)
  • Graphical Interface
    • VBE (done)
    • TinyGL (pending)
    • Font Rendering (done)
  • Graphical Shell
    • Start program (pending)
    • Options (pending)
    • Shutdown (pending)

Architecture

Memory Layout

Everything in the first gigabyte of virtual memory is designated for the kernel, everything above is available for the user programs.

User Programs

User Programs will have their entry point at 0x40000000, all memory above is available for the user.

Kernel API

The kernel will export all required functions via simple calls, no syscall interface required.

Roadmap

0.1

  • System Initialization
  • Memory Layout

0.2

  • Userspace ELF Loading

0.3

  • Keyboard Driver
  • Kernel Keyboard API

0.4

  • Graphics Driver
  • -TinyGL- (too many dependencies for this version)
  • Kernel Graphics and GL API

0.5

  • Block Device Driver
  • FAT12/16 Driver (FAT32 is done later)
  • Kernel File System API

0.55

  • Font Rendering
  • Font Loading

0.6

  • Shell with
    • File Listing
    • Program Execution
    • Debug Interface
    • System Options
    • Shutdown

0.7

  • PCI Driver
  • Sound Driver (dev:???)
  • Kernel Sound API

0.8

  • Network Driver (dev:???)
  • TCP/IPv4 Stack
  • UDP/IPv4 Stack
  • Kernel Network API
    • UDP
    • TCP
    • DNS Query

0.9

  • Text Editor
  • Web Browser (HTTP โ†’ Text only)
  • $(BASIC) Interpreter

1.0

  • Finishing Touches
  • Fixes of Known Bugs

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.