MrSmith33 / vox

Vox language compiler. AOT / JIT / Linker. Zero dependencies
Boost Software License 1.0
338 stars 18 forks source link

Add support for OSDev #21

Open ashp0 opened 2 years ago

ashp0 commented 2 years ago

If you are able to, try making this programming language be able to be used in OSDev.

MrSmith33 commented 2 years ago

Thanks for suggestion!

Can you go into more detail about what features would be needed for Vox to support OS dev? I suppose this mainly involves custom/customizable executable output, inline assembly, etc. Also, it would be a low priority, but would be nice to keep all the needed features in mind.

ashp0 commented 2 years ago

Here are things you need to add for OSDev:

Or you could transpile into assembly code and then compiler using assembly