Giter Site home page Giter Site logo

pickleos's Introduction

PickleOS

PickleOS is a operating system in development and it is currently NOT ready for production. It will be ready for people soon. Stay tuned! ๐Ÿ˜‰

For developers

If you wish to test this out on your system (VM recommended) feel free. If you wish to contribute you should at least have basic knowledge of C, C++, Assembly and the way that an OS functions.

Dependencies

If it was ready (which it isn't...) and you wanted to get it. There would be no dependencies becuase it would all be in the ISO file. But, if you want to download the source and work on it. You will need the following packages:

$ sudo apt-get install \
    xorriso \
    grub-legacy \
    g++ \
    libc6-dev-i386 \
    binutils

Build Instructions

To build the kernel's source tree you will need access to a terminal.

  1. Navigate to the directory where the OS has been cloned to.

  2. Run make kernel.bin This will build the kernel into a binary file.

  3. Run make kernel.iso This will build the binaries into an image.

  4. Get VirtualBox. The makefile has been configured to use virtualbox for testing. If you don't wish to use VirtualBox then you will not be able to take advantage of the makefile. If you are on Linux with the Apt package manager; you can get VirtualBox by running: sudo apt-get install virtualbox If you use another package management system then figure it out yourself.

If you wanna install it and add it to the bootloader entries. Run: make install

If you have made changes or you just wish to rebuild it run: make clean

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.