Page 2 of 2
Re: libkernaux — Auxiliary library for kernel development
Posted: Wed Jun 22, 2022 4:02 am
by kotovalexarian
Hello. I have some good news. I've recently released
0.4.0 and now I'm preparing to release
0.5.0 which will include features actually useful in kernel development: free list memory allocator, memory map, etc.
To help me with features such as Multiboot 2, other data formats and algorithms, you can submit a PR! Check out suitable issues with the label "
good first issue".
Re: libkernaux — Auxiliary library for kernel development
Posted: Sat Nov 26, 2022 3:02 pm
by kotovalexarian
libkernaux 0.5.0 released!
Download:
https://github.com/tailix/libkernaux/re ... 5.0.tar.gz
SHA256: e18d88baa68295e57a05348f059bed105b14d6c6b52904db8c04c84cd70629ee
See
NEWS.md.
Re: libkernaux — Auxiliary library for kernel development
Posted: Sat Dec 03, 2022 4:47 pm
by kotovalexarian
libkernaux 0.6.0 released!
Download:
https://github.com/tailix/libkernaux/re ... 6.0.tar.gz
SHA256: 6f32427f7cffdf11c0a11c26605b93e4bc2bdc6b02dd308d75d1e4aed88c6055
Still in early stage, still has a lot of changes. See
NEWS.md.
UPD: Looks like it became unable to be built with a cross-compiler. It''s a bug in configuration. I'll fix it soon.
Re: libkernaux — Auxiliary library for kernel development
Posted: Mon Dec 05, 2022 8:09 am
by kotovalexarian
libkernaux 0.6.1 released!
Download:
https://github.com/tailix/libkernaux/re ... 6.1.tar.gz
SHA256: 16fc83a36826cad527ec0a232032b7b131b5be0468ccff9163df12e3e3986b9f
I've fixed the problem with cross-compiler. The project now requires Autoconf 2.70 which will be in Debian stable only in it's next release (mid-2023), but if you download the archive of sources instead of building from the Git repository then you don't need Autoconf.