From acfef0bd01beb8cb5c31d2379c3ec6c217c6351c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 31 Mar 2026 08:30:07 +0200 Subject: [FEAT] meta! Breaking executable name changes, ne_kernel->neoskrnl.exe ne_bootz->bootzldr.exe. Signed-off-by: Amlal El Mahrouss --- doc/style/cpp_style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/style/cpp_style.md b/doc/style/cpp_style.md index 3069285e..85764082 100644 --- a/doc/style/cpp_style.md +++ b/doc/style/cpp_style.md @@ -6,7 +6,7 @@ NeKernel uses the Google C++ Style. But applied to low-level systems. We use C++ ## No Exceptions, Never. -NeKernel bans the usage of exceptions in ne_kernel, ne_bootz, etc. +NeKernel bans the usage of exceptions in neoskrnl, bootzldr, etc. Unless it is a program space and not to be deemed performance dependent. ## Templates, Containers, and ZOA over C with Classes. -- cgit v1.2.3