Giter Club home page Giter Club logo

xeno's Introduction

NOTE: Repo's name has been changed from XeonOS to XenoOS to prevent trademark issues with Intel

Xeno OS - An Operating System in C

An X86-64 Operating System built from scratch in C
Any useful contributions are allowed.
This repository currently contains the Avis Kernel for the project along with basic Libk and Libc for XOS.

Build Instructions

  1. First Clone/Download the repostory and make sure you've put the custom GCC Toolchain Properly referenced in your ~\.bashrc file by following These Instructions.
  2. From the /meaty-skeleton directory, run the scripts in the following order:
  • \clean.sh - This script cleans up all the excess junk from the last build

  • \headers.sh - Next, run this file to install all the system headers into the system root without relying on the compiler at all.

  • \iso.sh - Now, this script will compile everything together into a working ISO file that can be run on any machine supported by the build.

Finally, if you want to run the file using Qemu (if qemu-system-common installed), run the following script:

\qemu.sh - To execute emulation.

Pre-Built Images

  • Check the Release page for pre-built images which you can test out on a variety of hardware or emulation software.

Contact Info

  • Have any questions/requests/issues? Feel free to contact me at: [email protected]
    or if you want, you can check out our website (still in development) at: ....

xeno's People

Contributors

alexdev404 avatar

Stargazers

 avatar

Watchers

 avatar

xeno's Issues

please document the design ideas of your operating system.

Document in English the design ideas of your OS. Does it has a file system, processes, threads, authentication (is it multi-user?), security, persistence? Read operating systems: three easy pieces to get the right terminology. If your OS has some system calls please document them. If your OS has no system calls, explain in English why it does not (look into papers describing Singularity...)

For an example, look into this report on GrassHopper on in the documentation of GNU Hurd or of Linux system calls

Document in English the API of your OS. Tools like doxygen could be helpful.

Explain how to adapt your OS to an AZERTY keyboard layout

See also https://www.osdev.org/

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.