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
It's time to do bitops in right way - once for whole codebase.
In lib/libc/gen/fts.c we have following macros: CLR, ISSET, SET. I would opt for creating functions / macros in mimiker.h for that purpose and use them everywhere in kernel code.
It's time to do bitops in right way - once for whole codebase.
In lib/libc/gen/fts.c we have following macros:
CLR
,ISSET
,SET
. I would opt for creating functions / macros in mimiker.h for that purpose and use them everywhere in kernel code.Originally posted by @pj1031999 in #1272 (comment)
The text was updated successfully, but these errors were encountered: