No description
- C++ 64.1%
- Makefile 20.7%
- Shell 9.4%
- C 5.8%
|
|
||
|---|---|---|
| src | ||
| .gitignore | ||
| disk.sh | ||
| LICENSE | ||
| limine.cfg | ||
| mac-disk.sh | ||
| Makefile | ||
| README.md | ||
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.