1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:19:21 +00:00
serenity/Documentation/Kernel
Liav A b096f39e92 Documentation: Update the kernel development guide on FixedStringBuffer
The following changes take effect:
1. Annotate FixedStringBuffer => `FixedStringBuffer` in many places.
2. Remove non-existing helpers for FixedStringBuffers. I added them
previously but even then they were removed in a following fixup so these
references were never valid. Therefore let's just put a vague reference
to the fact that we have some helpers for this class in the Kernel, and
let people to figure out quickly by themselves for this topic.
3. Put a sentence to explain that FixedStringBuffer objects are not only
being used in syscall handling code, but also for storing actual data in
both the Thread and Process classes as well.
2023-08-12 11:46:38 -06:00
..
AHCILocking.md Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
DevelopmentGuidelines.md Documentation: Update the kernel development guide on FixedStringBuffer 2023-08-12 11:46:38 -06:00
GraphicsSubsystem.md Documentation: Correct some typos found in kernel markdown files 2023-05-06 08:01:26 +01:00
IOWindow.md Documentation: Add a document about the Kernel IOWindow concept 2022-09-23 17:22:15 +01:00
ProcFSIndexing.md Documentation: Correct some typos found in kernel markdown files 2023-05-06 08:01:26 +01:00
RAMFS.md Documentation: Correct some typos found in kernel markdown files 2023-05-06 08:01:26 +01:00