Meaty Skeleton: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Actually, I don't think those were actually wrong
No edit summary
Line 15:
and <tt>memset</tt> functions, as well as <tt>abort</tt> on some platforms. We
will satisfy this requirement by creating a special kernel C library (libk) that
contains the parts of the user-space libc that areis ''freestanding'' (doesn't
require any kernel features) as opposed to ''hosted'' libc features that need to
do system calls.