|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 20.95 GB of 70.42 GB (29.76%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
src/
linux-headers-3.0.0-14/
arch/
score/
include/
asm/
- drwxr-xr-x
|
Viewing file: setup.h (1.07 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
#ifndef _ASM_SCORE_SETUP_H #define _ASM_SCORE_SETUP_H
#define COMMAND_LINE_SIZE 256 #define MEMORY_START 0 #define MEMORY_SIZE 0x2000000
#ifdef __KERNEL__
extern void pagetable_init(void); extern void pgd_init(unsigned long page);
extern void setup_early_printk(void); extern void cpu_cache_init(void); extern void tlb_init(void);
extern void handle_nmi(void); extern void handle_adelinsn(void); extern void handle_adedata(void); extern void handle_ibe(void); extern void handle_pel(void); extern void handle_sys(void); extern void handle_ccu(void); extern void handle_ri(void); extern void handle_tr(void); extern void handle_ades(void); extern void handle_cee(void); extern void handle_cpe(void); extern void handle_dve(void); extern void handle_dbe(void); extern void handle_reserved(void); extern void handle_tlb_refill(void); extern void handle_tlb_invaild(void); extern void handle_mod(void); extern void debug_exception_vector(void); extern void general_exception_vector(void); extern void interrupt_exception_vector(void);
#endif /* __KERNEL__ */
#endif /* _ASM_SCORE_SETUP_H */
|