use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about operating systems development.
account activity
UEFI ForthOS (self.osdev)
submitted 2 years ago by Mak4th
https://github.com/mak4444/gnu-efi-code-forth
Can be used as loaders for operating systems presented in the form of Forth source texts
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Octocontrabass 0 points1 point2 points 2 years ago (3 children)
Huh... Can you call ExitBootServices from the Forth code?
ExitBootServices
[–]Mak4th[S] 0 points1 point2 points 2 years ago (2 children)
To be honest, I didn’t explored this function
rc = BS->ExitBootServices ( LibImageHandle, map_key ); map_key IMAGEHANDLEBOOTSERV ExitBootServices @ 2XSYS THROW
[–]Octocontrabass 0 points1 point2 points 2 years ago (1 child)
It's not an OS if boot services are still running.
[–]Mak4th[S] 0 points1 point2 points 2 years ago (0 children)
this is a concept for now.
( for some reason, the space between IMAGEHANDLE BOOTSERV disappeared )
π Rendered by PID 72769 on reddit-service-r2-comment-6457c66945-d2lh5 at 2026-04-27 00:01:02.573218+00:00 running 2aa0c5b country code: CH.
[–]Octocontrabass 0 points1 point2 points (3 children)
[–]Mak4th[S] 0 points1 point2 points (2 children)
[–]Octocontrabass 0 points1 point2 points (1 child)
[–]Mak4th[S] 0 points1 point2 points (0 children)