Haiku Book: added Image for the Kernel Kit.

Made visible that kit in the index page.

Change-Id: I1bceecc49205a2344bc5a6eff3296980162bf620
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11015
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Adrien Destugues <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
cafeina
2026-06-08 07:07:05 +00:00
committed by Adrien Destugues
parent 268e56a9c8
commit 8294280634
2 changed files with 475 additions and 0 deletions
+6
View File
@@ -44,6 +44,12 @@
- The \link layout_intro Layout API \endlink is a new addition
to the Interface Kit in Haiku which provides resources to
layout your application flexibly and easily.
- The \ref kernel contains functions and definitions to work with the
applications' running behaviors. This includes handling teams and
their threads, loaded executable images and their symbols, or deal
with big stretches of shared memory known as areas. In addition, it also
provides utilities to perform scheduling and thread access protection
through semaphores.
- The \ref locale includes classes to localize your application to
different languages, timezones, number formatting conventions and
much more.