syscall_exec32: add some TODO notes
authorAlan Cox <alan@linux.intel.com>
Sun, 28 Aug 2016 15:59:10 +0000 (16:59 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 28 Aug 2016 15:59:10 +0000 (16:59 +0100)
Kernel/syscall_exec32.c

index 90ce1c1..4444d9f 100644 (file)
@@ -1,6 +1,10 @@
 /*
  *     Implement binary loading for 32bit platforms. We use the ucLinux binflat
  *     format with a simple magic number tweak to avoid confusion with ucLinux
+ *
+ *     TODO: Right now we do a classic bss/stack layout and dont' support
+ *     fixed stack/expanding BSS, multiple segment loaders for flat binaries
+ *     etc.
  */
 
 #include <kernel.h>