From: Jonas Hvid Date: Fri, 9 Oct 2020 21:16:03 +0000 (+0200) Subject: Implement UEFI functionality in Forth X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=e528551bc019017d3a1313b9d8299d15cc5e3c82;p=rrq%2Fjonasforth.git 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. --- e528551bc019017d3a1313b9d8299d15cc5e3c82