This is a simple operating system for x86_64 and loongarch64 written in V.
Fetch limine dependency:
v install https://github.com/wenxuanjun/v-limineAvailable targets:
make: Build the ISO imagemake run: Build and run the ISO image in QEMUmake clean: Remove the build directory
Use ARCH=x86_64 or ARCH=loongarch64 to specify the architecture.
The project follows MIT license. Anyone can use it for free. See LICENSE.