Giter VIP home page Giter VIP logo

fluxedos's Introduction

FluxedOS

A hobbyist OS project!

Goals of this project so far

  • Interupts
  • TEXT MODE VGA
  • C++ Loaded from C
  • ATA (ide) Driver
  • File system
  • 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
  • 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

Commands and stuff inside the os

# Please note I only update this once and awhile, so commands can change or even be removed completly

you can use help to get this info

-    MEMORY   
'memset'  (adr*, vlu) 
'memread' (adr*)     
-    DISPLAY  
'echo' (...) 
-    SYSTEM   
'exit' (void)
-    DEBUG    
'test' (void)

How to I compile?

All of these commands are in src!

# This installs the required packages to build [TESTED ON (UBUNTU / LINUX MINT)] 
# NOTE :: You only need to do this step once
# WARNING :: This script uses sudo / apt, please look over any script before you run as sudo
# If you would like to install the packages on your own, or use don't use apt, the packages are
# git 
# g++ 
# gcc
# gcc-multilib 
# g++-multilib -
# qemu-system-x86 
# xorriso 
&> sudo bash install.sh 

# This line will build and run the OS. 
&> bash autocompile.sh

This is what the build should look like

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!

File structure

fluxedos's People

Contributors

corigan01 avatar

Watchers

James Cloos 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.