Skip to content

dark-tree/neos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo-neos.png

# First install QEMU
sudo apt install qemu-system

# Build all and generate the image with filesystem
make all

# Start the system in VM
make run

# Start the system in VM with attached GDB
make debug

# Generate the floppy disk image with filesystem
make image