Skip to content

pauytrh2/PauyOS_reimagined

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PauyOS Reimagined

A complete rewrite of PauyOS, now with docker!

Important

This has only been tested on linux systems, and you will need to modify the commands below for this to work on windows.

Setup

sudo docker build buildenv -t pauyos-buildenv

Usage

to run the operating system:

sudo docker run --rm -it -v "$(pwd)":/root/env pauyos-buildenv;sudo qemu-system-x86_64 -drive format=raw,file=dist/x86_64/kernel.iso
make build-x86_64;exit