HelenOS sources

BANNER_LEFT        52 kernel/generic/src/debug/panic.c 	printf("\n%s Kernel panic ", BANNER_LEFT);
BANNER_LEFT        71 uspace/app/init/init.c 		printf("%sOut-of-memory condition detected%s\n", BANNER_LEFT,
BANNER_LEFT        74 uspace/app/init/init.c 		    BANNER_LEFT, path, BANNER_RIGHT);
BANNER_LEFT        75 uspace/app/init/init.c 		printf("%sMore physical memory is required%s\n", BANNER_LEFT,
BANNER_LEFT       101 uspace/srv/system/system.c 		printf("%sOut-of-memory condition detected%s\n", BANNER_LEFT,
BANNER_LEFT       104 uspace/srv/system/system.c 		    BANNER_LEFT, path, BANNER_RIGHT);
BANNER_LEFT       105 uspace/srv/system/system.c 		printf("%sMore physical memory is required%s\n", BANNER_LEFT,
HelenOS homepage, sources at GitHub