X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FKernel%2FGenSyscalls.pl;h=442921ff6a266e2167fc91de1d00d22ca2c01ccf;hb=3c3c26b58055f511af5b7f0c3ab22e83961c775f;hp=487ceca4c124677dcdbf7c92e47a73da6002caf8;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/GenSyscalls.pl b/KernelLand/Kernel/GenSyscalls.pl index 487ceca4..442921ff 100755 --- a/KernelLand/Kernel/GenSyscalls.pl +++ b/KernelLand/Kernel/GenSyscalls.pl @@ -24,7 +24,9 @@ close(FILE); # C header open(HEADER, ">include/syscalls.h"); print HEADER "/* - * Acess2 + * Acess2 Kernel + * - By John Hodge (thePowersGang) + * * syscalls.h * - System Call List * @@ -45,8 +47,9 @@ foreach my $call (@calls) print HEADER " #define NUM_SYSCALLS ",$i," #define SYS_DEBUG 0x100 +#define SYS_DEBUGHEX 0x101 -#ifndef __ASSEMBLER__ +#if !defined(__ASSEMBLER__) && !defined(NO_SYSCALL_STRS) static const char *cSYSCALL_NAMES[] = { ";