Code Monkey home page Code Monkey logo

dvida_os-patch's Introduction

Dvida OS

This is a simple operating system that I am developing based on the osdev wiki

Build

First of all

If you want to build this, you first of all need a gcc cross compiler toolchain with the target i686-elf
After building, set the following environment variables:
I686_GCC="path/to/cross-gcc"
I686_LD="path/to/cross-ld"

Secondly

On Nix-OS, you can run nix-shell at the root directory of the project, which will then have all other packages required I am looking into the feasibility of making the cross compiler into the shell.nix

For non-Nix-OS, these are the packages required:
nasm
qemu
grub2
xorriso
gnumake

Run

DO NOT RUN THIS IN A REAL MACHINE!!! THE IMMATURITY OF THIS PROJECT MIGHT ERASE YOUR DISK!!!

To run, a 4Gib raw disk image must be created
You can use qemu-img to do so
Then, simply run ./run would emulate the iso in qemu

dvida_os-patch's People

Contributors

bl-czy avatar formerlybased 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.