You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Voxi0
committed
fix: added const char *s back to #define FHDR in console.h
it's reported as a compiler warning but uh, not putting that `const char
*s` there will cause a compilation error when trying to compile the
console functions since `s` will be undefined. also im making sure
limine isn't being compiled in `fetchDeps` because there's a whole
makefile step or whatever to build it anyways. also installing qemu in
the nix dev flake cause well, it won't be a complete devshell without
everything required to build and run emexos no?
0 commit comments