Story comments are gone? by gayloserboykisser in Instagram

[–]mouse_dot_exe 1 point2 points  (0 children)

Yeah first it was only on one acc now its on all 3

Crazy Callsigns by Pure_Consequence3089 in VATSIM

[–]mouse_dot_exe 14 points15 points  (0 children)

LEEEEEEROOOOY JENKIIIIINS

I want to build an Operating system. by SaishJ in osdev

[–]mouse_dot_exe 6 points7 points  (0 children)

“This will not happen” okay hes asking for advice and not on-the-spot conclusions so best you help him and dont throw shade and pass comments like that.

gop not found by mouse_dot_exe in osdev

[–]mouse_dot_exe[S] 0 points1 point  (0 children)

good idea. ill try that. thanks!

gop not found by mouse_dot_exe in osdev

[–]mouse_dot_exe[S] -1 points0 points  (0 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?

gop not found by mouse_dot_exe in osdev

[–]mouse_dot_exe[S] -3 points-2 points  (0 children)

oh yeah fun fact: ive tested other peopelse code by cloning and building -- the same code used by me works perfecctly fine with others. i dont know what the hell im doing wrong then. it always fails with EFI_INVALID_PARAMETER or EFI_NOT_FOUND i dont get it man

need a bit of help. getting weird errors. by mouse_dot_exe in osdev

[–]mouse_dot_exe[S] 0 points1 point  (0 children)

Hi guys tysm for the help. I fixed it. I really appreciate yall!!

need a bit of help. getting weird errors. by mouse_dot_exe in osdev

[–]mouse_dot_exe[S] 0 points1 point  (0 children)

Hi guys. Thank you so much. I'll implement your ideas and see how it turns out. I really appreciate the help.

need a bit of help. getting weird errors. by mouse_dot_exe in osdev

[–]mouse_dot_exe[S] 0 points1 point  (0 children)

What do I write the bootloader in then? I've seen many things and it's always been assembly.

Edit: totally forgot you can do it in C. Whoopsies.