Giter Club home page Giter Club logo

fluxedos's Introduction

FluxedOS

VM

image

Real

image

A hobbyist OS project!

Goals of this project so far

  • Interupts
  • TEXT MODE VGA
  • C++ Loaded from C
  • IRQ Handler
  • PIT
  • PIC
  • ATA (ide) Driver
  • Partition Reader
  • EXT2 file system
  • Virtual File system (SOON.tm)
  • ELF Parser
  • Read and Write
  • Install to Drive
  • Boot from Drive
  • Heap / Memory management
  • Threading
  • Running External Programs
  • VGA GRAPHICS MODE
  • Basic VGA commands like Draw , DrawLine , DrawBox
  • Really Basic UI for running Programs
  • Higher Half Kernel
  • Paging Support
  • Windowing System
  • UserSpace (SOON.tm)
  • Add more to the list after all of these are done! :)

What is this project?

To create an OS in C/C++ that is fast, and is built for modern computers from the ground up

How to compile?

All of these commands are in src! See HERE for build instructions.

Needed Packages:

  • Cmake
  • Ninja
  • clang
  • qemu
  • nasm
  • gcc / g++
  • grub
  • xorriso

Basic Build Instructions

git clone https://github.com/corigan01/FluxedOS
cd FluxedOS

mkdir build
cd build

cmake -GNinja .. # If you want to use make then use "cmake .." instead
ninja mkimg # makes the disk.img file (500mb) 
ninja run

How do I contribute?

  1. Fork the project
  2. Change the code in your project file
  3. Submit a pull request with good context on what you changed
  4. If the pull request is good, the code is now in the main project!

If you need more help use this https://github.com/corigan01/FluxedOS/blob/main/CONTRIBUTING.md.

Non-code contributing

  • If you want to speak about the topics and issues with the OS, please do so in the Issues page.
  • Issues / Spelling Mistakes you find can be reported in issues.
  • If you would like to email me directly about a topic or issue; do so here ([email protected])

Support my work

  • I don't ask for donations yet, I only ask for a star or a fork on my project!
  • If you want to do something else, email me at ([email protected]) and we can work something out.

Please note if you do want to email me

  • You don't have to write a formal email

  • I don't care what spicy words you use

  • I should be able to respond to every email in just a few minutes

  • You can send basicly anything normal (no viruses, no p*rn, no garbage)

fluxedos's People

Contributors

corigan01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

fluxedos's Issues

test

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

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.