Coder Social home page Coder Social logo

cryptosbyte / dripplemini Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 129 KB

๐Ÿ’พ Functional lite version of the drippleOS

Makefile 3.69% Assembly 26.54% C 64.29% Shell 4.39% C++ 1.09%
assembly boot qemu shell unix x86-64 x86 operating-system

dripplemini's Introduction

drippleMini OS

A 32 bit operating system made from scratch, using Assembly & C-lang to create kernels and other stuff. Current version: 1.0.0-public

Running Guide

โ— BOOT INFORMATION ALERT!

THIS HAS NEVER BEEN TESTED ON A DUAL BOOT OR AN ACTUAL BOOT! THIS HAS ONLY BEEN TESTED ON QEMU SO RUNNING THIS IS YOUR RESPONSIBILITY

Moving on to run this, make sure you have installed qemu to run this image file and git to download this repository. Once that has been installed, you can run the following file on Linux & if you are not on Linux or MacOS, you can install WSL on Windows. For other operating systems like FreeBSD, it has never been tried on.

$ git clone https://github.com/BaseProgrammer/drippleMini   # Download repo
$ cd drippleMini/                                           # Change directory to repo
$ qemu-system-i386 -fda os/drippleos.bin                    # Run it

Additionally if the qemu-system-i386 command doesn't work, the presumably alternative way to solve this is by just running qemu -fda drippleos.bin

How can I create my own OS?

One of the main GitHub repositories that helped me quite a lot is the os-tutorial one, made by cfenollosa. It quite briefly explains what each commands are, in Assembly and how to use them; I also recommend learning the basics of Assembly.

dripplemini's People

Contributors

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