Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 517 Bytes

INSTALL.md

File metadata and controls

27 lines (21 loc) · 517 Bytes

Installation

Install PearlOS on your machine run:

  git clone https://github.com/Georgej100/PearlOS.git
  cd PearlOS
  ./debian-setup.sh

Setup script only works for debian family distros and installs the cross compiler

Deployment

To build the project run

  make clean
  make 

To run in QEMU run

  make run

Note

To run in a window remove the -display curses flag To end the qemu session, you will have to manually kill it Still working on dat