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 might be a good idea for all of the object files in kernel/libk to be linked into libk.a, which is then in turn linked into the final kernel binary. There might also be a separate make build for the library and kernel. We might call make recursively and have makefiles in kernel/kernel and kernel/libk. This should all be discussed.
The text was updated successfully, but these errors were encountered:
It might be a good idea for all of the object files in
kernel/libk
to be linked intolibk.a
, which is then in turn linked into the final kernel binary. There might also be a separate make build for the library and kernel. We might call make recursively and have makefiles inkernel/kernel
andkernel/libk
. This should all be discussed.The text was updated successfully, but these errors were encountered: