Sid110307 / InsiderOS

A minimalistic Operating System.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InsiderOS

A minimalistic Operating System that I'm developing for no apparent reason (What am I doing with my life?).

Quick Start

Windows

Note: I've not tested this on a Windows machine, so I'm not sure if it will work.

  • Clone the repository

    git clone https://github.com/Sid110307/InsiderOS.git
    
  • Run the build.bat file in the root directory

    cd InsiderOS
    build.bat
    
  • Copy the image to an empty USB drive

    copy kernel/bin/InsiderOS.img /usb/drive
    
  • Reboot your computer.

  • Enter the boot menu (F10 or F12 for most computers).

  • Select the USB drive to boot.

Linux

  • Clone the repository

    git clone https://github.com/Sid110307/InsiderOS.git
  • Run the build.sh file in the root directory

    cd InsiderOS
    ./build.sh
  • Copy the image to an empty USB drive

    cp kernel/bin/InsiderOS.img /usb/drive
  • Reboot your computer.

  • Enter the boot menu (F10 or F12 for most computers).

  • Select the USB drive to boot.

About

A minimalistic Operating System.

License:MIT License


Languages

Language:C 77.0%Language:Roff 10.8%Language:Assembly 6.5%Language:C++ 2.7%Language:Makefile 2.7%Language:NSIS 0.1%Language:Batchfile 0.1%Language:Shell 0.0%