Open seven1240 opened 3 months ago
Make sure that you have mem*() functions and that they work correctly and are standard compliant.
Thanks for your reply. mem*()
functions are included in limine-c-template-portable
I just retried on a new debian 12 x86_64 with the above steps and I still see a blank black screen.
this might be related to #11 but I'm using C.
I can reproduce with:
to make sure everything works
then
The GNUMakefile looks great, it can builds everything into the kernel, and works fine.
add headers to
kernel/src/main.c
.add the following code to
kernel/src/main.c
, just beforehcf();
build and restart the template OS, I see a blank black screen instead of the line.
Thanks.