Git Product home page Git Product logo

project_c0rry's Introduction

project_c0rry

What is project_c0rry?

project_c0rry is the bootloader of the attempt to create a Minimalistic Operating System, including and a yet to be named Kernel, with a yet to be named Text(perhaps somewhere down the line even Graphical) User Environment.

Current capabilities

Booting on a BIOS System(technically also UEFI System as long as it still supports BIOS), switching into Protected Mode(32-bit Mode) and/or Long Mode(64-bit Mode), depending on what Architechture you would install the Bootloader as, load and start a Kernel written in C/C++

UEFI when?

UEFI is coming soon ish(trademark)

How to Compile?

You will need a x86_64-elf compatible or i386-elf compatible cross-toolchain! You can change the default prefix (x86_64-elf- for x86_64 and i386-elf- for i386) by either export CP=<newprefix> or CP=<newprefix> make. Same goes for the compiler with export CC=<othercompiler> or CC=<othercompiler> make

Clang has not been tested to work yet!

Simply change the working directory to src in the Terminal and execute make then make qemu for your own safety. In case you would want to use a different emulator like bochs, add boot.flp, that will appear within "src/" after running make, as a Floppy and set it up to Boot from it. Also make sure the Emulator is Legacy BIOS compatible, as this Project isn't UEFI, yet

Folder Structure

src/                        contains the source code and Makefile
    x86_64/ or i386/        contain the code for the 64-bit and 32-bit versions of the BIOS Bootloader
        extra/              some code that is useful but hidden; should probably rename it at some point
              real/         real mode specific code
              protected/    protected mode specific code
              long/         long mode specific code

project_c0rry's People

Contributors

spflaumer avatar

Stargazers

xyve avatar mirko avatar

Watchers

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