Implement UEFI functionality in Forth
authorJonas Hvid <mail@johv.dk>
Fri, 9 Oct 2020 21:16:03 +0000 (23:16 +0200)
committerJonas Hvid <mail@johv.dk>
Fri, 9 Oct 2020 21:16:03 +0000 (23:16 +0200)
commite528551bc019017d3a1313b9d8299d15cc5e3c82
tree687a351e26e337c6e41ede7eb05691511de90dfc
parent0344d8645260cfe0f81912a775d775db39fc0624
parentc6c2c1941a030ebda811db613262d317e6041137
Implement UEFI functionality in Forth

This is pretty cool. We can now print string and draw rectangles using UEFI,
with words that are defined in Forth. See example.f (which uses uefi.f) for an
example of how to draw a rectangle.

This removes support for the Linux backend that was recently merged in 9b08dec,
because it doesn't really make sense to maintain this backend if we're going to
be defining Forth words that only work on UEFI anyway.