From: Alan Cox Date: Sun, 16 Nov 2014 16:18:07 +0000 (+0000) Subject: execve: remove some debug noise X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a275e842aff2391cc6d5f4b5c0c484f1825f270e;p=FUZIX.git execve: remove some debug noise --- diff --git a/Kernel/syscall_exec.c b/Kernel/syscall_exec.c index 0f0c7f75..b3cf2f5a 100644 --- a/Kernel/syscall_exec.c +++ b/Kernel/syscall_exec.c @@ -41,15 +41,11 @@ int16_t _execve(void) uint8_t c; uint16_t blocks; - kputs("execve\n"); - top = (uint16_t)ramtop; if (!(ino = n_open(name, NULLINOPTR))) return (-1); - kputs("Found it\n"); - if (!((getperm(ino) & OTH_EX) && (ino->c_node.i_mode & F_REG) && (ino->c_node.i_mode & (OWN_EX | OTH_EX | GRP_EX)))) { @@ -72,7 +68,6 @@ int16_t _execve(void) udata.u_error = ENOEXEC; goto nogood2; } - kputs("Magic\n"); /* * Executables might be CP/M or Fuzix (we don't support legacy