Skip to content

noob77777/os-one

Repository files navigation

OS-ONE

An operating system targeted for i386 machines.

Boot with prod/kernel.iso

Minimum system requirements

  1. Intel Pentium Pro or any equivalent x86 ISA processor.
  2. 64 MiB RAM
  3. Disk(IDE) with 64 MiB storage space
  4. CD/DVD drive

Tested on

  1. VirtualBox
  2. VMWare Player 15
  3. Qemu

Works with legacy BIOS settings and PS2 keyboards on real systems.
Network card driver may not work with specific hardware configurations.

To build from source

$ make setup_build ## first build only
$ make kernel.iso

:)