feat: basic elf32 loader (only LOAD segment is supported)
[lunaix-os.git] / lunaix-os / includes / lunaix / status.h
index f9b947de7f4bd309445a527a360ca5c259e1d236..31d2327f1f01bac60f867e66fdb86d8d62d1c00f 100644 (file)
@@ -30,5 +30,7 @@
 #define ENOTDEV -24
 #define EOVERFLOW -25
 #define ENOTBLK -26
+#define ENOEXEC -27
+#define E2BIG -28
 
 #endif /* __LUNAIX_CODE_H */