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

Rewrite most C stuff in V #30

Closed alula closed 2 years ago

alula commented 2 years ago

It's just more convenient in this case (and it's what mint suggested before), since V doesn't let you specify which executable section should be used for something yet.

leap0x7b commented 2 years ago

Doesn't linker exists

alula commented 2 years ago

we could add a hack in ldscript but why if you can do it in few lines of trivial assembly?

mintsuki commented 2 years ago

Remove blob.patch from this PR

alula commented 2 years ago

It has some changes applied, but I can base it off main

alula commented 2 years ago

fixed