From faf73d5258b3c61ea1a84efa6bed543d6bfd5321 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 13 Jan 2026 05:43:49 +0100 Subject: feat: kernel: API tweaks and new FMT specs for NeKernel. Signed-off-by: Amlal El Mahrouss --- doc/specs/SPECIFICATION_FMT.md | 7 +++++++ doc/specs/SPECIFICATION_MACROS.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 doc/specs/SPECIFICATION_FMT.md (limited to 'doc') diff --git a/doc/specs/SPECIFICATION_FMT.md b/doc/specs/SPECIFICATION_FMT.md new file mode 100644 index 00000000..a101acbc --- /dev/null +++ b/doc/specs/SPECIFICATION_FMT.md @@ -0,0 +1,7 @@ +=================================== + +# 0: General Information: + +=================================== + +- Formatted output/input should be [%s:n] where N is a real positive integer that is less or equal to the output's buffer size. diff --git a/doc/specs/SPECIFICATION_MACROS.md b/doc/specs/SPECIFICATION_MACROS.md index 3b5cdf2d..b26ee57c 100644 --- a/doc/specs/SPECIFICATION_MACROS.md +++ b/doc/specs/SPECIFICATION_MACROS.md @@ -6,7 +6,7 @@ =================================== -# NeKernel +# 1: NeKernel/BootZ =================================== @@ -16,7 +16,7 @@ =================================== -# KernelTest +# 2: KernelTest =================================== -- cgit v1.2.3