Giter Club home page Giter Club logo

foxos's Introduction

FoxOS

Hits License: MIT Discord Automatic Release

Our goal is to develop an operation system that focuses on the terminal, performence and reliability. We hope to provide you with a functionnal, performant and stable OS. And we do that together, everyone can help!

Building

Before you build the project, you need to clone the submodules. To do so, run git submodule update --init --recursive.
To build this OS, you will need a 64bit Ubuntu or Debian based os that you can install the following pachages on: mtools, build-essential and nasm. Install them like this: sudo apt install mtools build-essential nasm.
Then simply run one of the following:

  • make: build the project.
  • make img: package the .img file.
  • make usb: build a bootable USB. The USB must be formatted with FAT32! You will also need zip installed on your building machine. To install, simply run sudo apt install zip.

Other make commands

  • make clean: clear all the built files.
  • make debug: build and debug using deno.
  • make run-dbg: start a screen for QEMU so you can debug using gdb.

Contributing

Feel free to fix a bug, implement a feature or any other change you thing would be good. If you want to contact us, join our Discord, we are there to help with any question you may have. Or you can create an issue.

Running

To run this OS, you can either use a VM or a bootable USB. See the building section for more info on how to build them.
How to start:

  • QEMU: Use make make run to build and launch QEMU with the correct configuration.
  • VirtalBox: You will need to create an optical drive (.iso, .viso, ...) from the .img file. Then you need to enable EFI under "System" in your VM's config. Then run it! If you want to add documentation to booting on different software, feel free to do so.

Our Discord

Here is the link to our Discord.

foxos's People

Contributors

imdabigboss avatar glowman554 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.