From: Alan Cox Date: Sun, 28 Aug 2016 15:59:10 +0000 (+0100) Subject: syscall_exec32: add some TODO notes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=61f7fcc61549ffb0045e39375413624a5fb06233;p=FUZIX.git syscall_exec32: add some TODO notes --- diff --git a/Kernel/syscall_exec32.c b/Kernel/syscall_exec32.c index 90ce1c17..4444d9fe 100644 --- a/Kernel/syscall_exec32.c +++ b/Kernel/syscall_exec32.c @@ -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