No description
  • C++ 64.1%
  • Makefile 20.7%
  • Shell 9.4%
  • C 5.8%
Find a file
Glowman554 b3158670d5
Merge pull request #1 from ImDaBigBoss/main
Added mac build support
2021-10-12 17:47:23 +02:00
src working 2021-10-12 17:27:18 +02:00
.gitignore Mac build support 2021-10-12 17:41:44 +02:00
disk.sh Initial commit 2021-10-11 18:14:57 +02:00
LICENSE Initial commit 2021-10-11 18:14:57 +02:00
limine.cfg Mac build support 2021-10-12 17:41:44 +02:00
mac-disk.sh Mac build support 2021-10-12 17:41:44 +02:00
Makefile Mac build support 2021-10-12 17:41:44 +02:00
README.md Mac build support 2021-10-12 17:41:44 +02:00

FoxOS-module

This is a template for a FoxOS-module.

Building

make build

This will download the kernel headers and compile the module. The final module will be placed in the bin/module.o file.

Making an img file

On linux:

make img

On MacOS:

make mac-img

Development

make run-bios

This command can be used to run the module in a virtual machine.