iankronquist/kernel-of-truth

Clean up tlibc

iankronquist opened this issue · 7 comments

  • We don't need the crappy printf
  • We do need the string functions (memset etc.) They could be moved to libk.

This does include removing the tests for kassert which are both out of date and difficult to test properly.

Is that what you have in mind? I simply moved the string.h functions into seperate files in libk. tlibc isn't being build at the moment because a conflict in the function names would happen otherwise.

@Herbstein that seems reasonable. I can't test it until around the 11th of July as I'm on vacation in Eastern Europe.

Enjoy your vacation then!

@Herbstein I have returned to civilization, so if you're still interested in submitting a proposal, please open one!

Will do.

It is in #59.