libkernaux — Auxiliary library for kernel development

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
kotovalexarian
Member
Member
Posts: 38
Joined: Tue Nov 24, 2020 10:17 am
Contact:

Re: libkernaux — Auxiliary library for kernel development

Post 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".
User avatar
kotovalexarian
Member
Member
Posts: 38
Joined: Tue Nov 24, 2020 10:17 am
Contact:

Re: libkernaux — Auxiliary library for kernel development

Post by kotovalexarian »

libkernaux 0.5.0 released!

Download: https://github.com/tailix/libkernaux/re ... 5.0.tar.gz
SHA256: e18d88baa68295e57a05348f059bed105b14d6c6b52904db8c04c84cd70629ee

See NEWS.md.
User avatar
kotovalexarian
Member
Member
Posts: 38
Joined: Tue Nov 24, 2020 10:17 am
Contact:

Re: libkernaux — Auxiliary library for kernel development

Post 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.
User avatar
kotovalexarian
Member
Member
Posts: 38
Joined: Tue Nov 24, 2020 10:17 am
Contact:

Re: libkernaux — Auxiliary library for kernel development

Post 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.
Post Reply