Giter Club home page Giter Club logo

xos's Introduction

xOS is a 32-bit graphical operating system written for the PC entirely in assembly language. This results in faster execution, smaller program sizes and overall simplicity. The goal of xOS is to be fully functional, yet small and simple. ##Features xOS is still under early stages of development; although the following features are already implemented:

  • PCI and ACPI, with shutdown.
  • ATA and SATA hard disks.
  • Multitasking and userspace.
  • PS/2 keyboard and mouse.
  • True-color windowed graphical user interface.

##Requirements

  • A Pentium CPU with SSE2, or better.
  • VESA 2.0-compatible BIOS, capable of true-color.
  • Little over 32 MB of RAM.
  • Few megabytes of disk space.

For building requirements, you'll need Flat Assembler in your $PATH. Then, run make and it will build xOS. Feel free to tweak with xOS as you like, just please give me feedback. To clean up the working directory afterwards, run make clean.

##Testing xOS xOS is provided as a disk image. disk.hdd in this repository can be considered the latest nightly build. It is very likely unstable and may crash. Old demo releases are in the "releases" tab. disk.hdd is a prebuilt hard disk image that can be used with QEMU or VirtualBox, though it performs best on VirtualBox. If you're tweaking the source and want to build xOS, simply run make as said above. To run xOS under QEMU, then make run. The Makefile assumes FASM and QEMU are both in your $PATH.
If you want to test xOS on real hardware without dumping the hard disk, use SYSLINUX MEMDISK and GRUB or another bootloader to boot xOS from a USB stick, or a hard disk. Use disk.hdd as the INITRD of MEMDISK. Any changes made within xOS will then be removed after system reset. xOS has been tested with SYSLINUX 4.07, but should work with other versions too.

##Contact I can be contacted at [email protected]. I am also user omarrx024 on the OSDev Forum.

xos's People

Watchers

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