tiehuis / faststack

If you want to stack blocks kind of quick
https://tiehuis.github.io/faststack/
GNU General Public License v3.0
11 stars 1 forks source link

Raw kernel frontend #61

Closed tiehuis closed 7 years ago

tiehuis commented 7 years ago

I would like to create a frontend for this which is a minimal operating system which boots directly into the game. This would be a minimal embedded example. The following are the steps that need to be done.

The resulting image should run on i686 and x86_64 architectures ideally.

tiehuis commented 7 years ago

A kernel is now complete. Integration with the meson build is another story. Since this requires a cross-compiler and a lot of other tools it is a bit more complicated to integrate. It isn't a pressing priority either.