limine-bootloader / limine-c-template-x86-64

A simple template for building an x86-64 Limine-compliant kernel in C.
BSD Zero Clause License
2 stars 0 forks source link

idea: Use CMake for support for cross platform compiling. #1

Closed KevinAlavik closed 4 days ago

KevinAlavik commented 4 days ago

It would be nice if it used CMake or like meson for support for cross platform compiling.

mintsuki commented 4 days ago

The template is already cross platform to pretty much anything but native Windows (not WSL). Using cmake, meson, or other build systems is outside the scope of this template.

KevinAlavik commented 4 days ago

The template is already cross platform to pretty much anything but native Windows (not WSL). Using cmake, meson, or other build systems is outside the scope of this template.

@mintsuki it would be nice to have native Windows support :)