Skip to content

srwxr-xr-x/MinimaOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinimaOS

Makefile CI

Setup

Note - compilation is guaranteed only on linux & co, but it is also possible in windows with virtualization solutions like wsl (on windows 11) or hyperV

Makefile Information

# Install dependencies (Only on a distro using apt)
make dep

# Build all temporary and permanent files
make

# Build all and run
make run

# Clean intermediary files
make clean

# Show all commands
make info

Source & Acknowledgment

About

Very basic x86 NASM Kernel, written on top of the Limine Bootloader

Resources

License

Stars

Watchers

Forks