summaryrefslogtreecommitdiffhomepage
path: root/doc/style/cpp_style.md
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-31 08:30:07 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-31 08:30:07 +0200
commitacfef0bd01beb8cb5c31d2379c3ec6c217c6351c (patch)
tree8dffba3e1c2146a795ba2d653837328ddba48a13 /doc/style/cpp_style.md
parentacdaae021dd99e4de42f51c6619eeda667f42eb3 (diff)
[FEAT] meta! Breaking executable name changes, ne_kernel->neoskrnl.exe ne_bootz->bootzldr.exe.HEADdevelop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/style/cpp_style.md')
-rw-r--r--doc/style/cpp_style.md2
1 files changed, 1 insertions, 1 deletions
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.