Skip to content

roidsos/RoidsOS

Repository files navigation

RoidsOS

Table of Contents

About

RoidsOS is a (Work-In-Progress) desktop operating system, meant to be nothing special.

Getting Started

TBA

Prerequisites

befre you can build RoidsOS, youll need to get the following dependencies git(ofc),QEMU,gmake,gcc,nasm

Building

Linux

you just do ./configure, and make -j<numbar of cores you have>

Running

To run RoidsOS on QEMU, run make run(note that this will rebuild the OS if changes have been made).

Support

If you have any questions, feel free to open a GitHub issue.

Contributing

First off, thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are greatly appreciated.

Please read our contribution guidelines, and thank you for being involved!

Authors & contributors

For a full list of all authors and contributors, see the contributors page.

Security

RoidsOS follows good practices of security, but 100% security cannot be assured. RoidsOS is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.

License

This project is licensed under the AGPL-v3 license.

See LICENSE for more information.

Acknowledgements