Index: kernel/generic/include/proc/program.h
===================================================================
--- kernel/generic/include/proc/program.h	(revision 4d194beedbc53e41134a652c4e3d8be31fecff2b)
+++ kernel/generic/include/proc/program.h	(revision db675dd70825d2c8a787f0a80caff4c910e5239c)
@@ -50,4 +50,5 @@
 	struct task *task;           /**< Program task */
 	struct thread *main_thread;  /**< Program main thread */
+	unsigned int loader_status;  /**< Binary loader error status */
 } program_t;
 
