Giter Site home page Giter Site logo

dripos's Introduction

DripOS

Yet another hobby x86_64 OS.

Build instructions:

Requirements:

x86_64-elf-gcc (cross compiler) >= 9.2.0

i386/i686-elf-gcc (cross compiler for building qloader2) >= 9.2.0

echfs-utils (For building the image)

parted

make

Building:

(Remeber to first edit this line and set the CC variable to the cross compiler that you downloaded for i386-elf-gcc or i686-elf-gcc)

Go to the directory where you downloaded the source, and then type make update_qloader2, and then make. This should generate a file called DripOS.img

Running:

You can run this in qemu (x86_64 variant) with the recommended command sudo qemu-system-x86_64 -machine q35 -enable-kvm -smp 2 -cpu host -m 2G -hda DripOS.img. You can also change -smp 2 to -smp for more cores.

NOTE: I am not responsible for any damage to any system you choose to run this on, but this should be mostly safe

To run this on real hardware, take a USB drive and write DripOS.img to the drive. (NOT as a file, using some image burning tool like dd on linux) Then you can plug it into a computer and boot from it.

a screenshot of dripos

dripos's People

Contributors

menotdan avatar szymex73 avatar

Watchers

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