vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.9k stars 120 forks source link

kernel/sys: Move Multiboot2 to a separate file #7

Closed chanbakjsd closed 4 years ago

chanbakjsd commented 4 years ago

This makes space for future integration with other bootloader if required. It also prevents Multiboot2-specific code from bloating up boot_x64.v.

alula commented 4 years ago

resolve the conflicts, ensure it builds/boots and here we go

dhonx commented 4 years ago

done

medvednikov commented 4 years ago

Please use squashing, not merging.

atecce commented 4 years ago

rebase ftw