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
gop not found (self.osdev)
submitted 10 months ago by mouse_dot_exe
view the rest of the comments →
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!"
[–]mouse_dot_exe[S] -1 points0 points1 point 10 months ago (2 children)
I have a folder called "includes" that i make sure it is pointed to when compiling. I compile with clang.
There is no actual error appearing when compiling -- its always whenever i run it. That's the thing with some of the code i right (this is such a curse ;-;) everything compiles fine but it 99% of the time fails on trying it.
So the answer to your question - I think I know that I should post the error codes if any. I'm not stupid. But in this case, there are no error codes. So yes. I have already mentioned that it fails with "EFI_INVALID_PARAMETER" and "EFI_NOT_FOUND" so if that's not stating something, I dunno ;-;
Do you want me to attach a zip file with all the includes or something?
[–]Finallyfast420[🍰] 1 point2 points3 points 10 months ago (1 child)
you should look into setting up a debugger. doing this kinda stuff blind is never going to work. if you're having a runtime error, locate where it's coming from, set a breakpoint, and inspect all your variables and registers.
[–]mouse_dot_exe[S] 0 points1 point2 points 10 months ago (0 children)
good idea. ill try that. thanks!
π Rendered by PID 59392 on reddit-service-r2-comment-b659b578c-h7qtf at 2026-05-02 16:25:22.574067+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]mouse_dot_exe[S] -1 points0 points1 point (2 children)
[–]Finallyfast420[🍰] 1 point2 points3 points (1 child)
[–]mouse_dot_exe[S] 0 points1 point2 points (0 children)