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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
I think it will be necessary to do something similar to what the make types and make types KERNEL=0 steps of granary1 did and auto-generate a header file that defines all macros in libc/the kernel, as well as gives type definitions for every structure. This can then be included as #include <os.h> or something, in the same way that granary clients do #include <granary.h>.
The text was updated successfully, but these errors were encountered:
I think it will be necessary to do something similar to what the
make types
andmake types KERNEL=0
steps of granary1 did and auto-generate a header file that defines all macros in libc/the kernel, as well as gives type definitions for every structure. This can then be included as#include <os.h>
or something, in the same way that granary clients do#include <granary.h>
.The text was updated successfully, but these errors were encountered: