Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 3.17.174.204
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-aws-headers-4.15.0-1021 /
arch /
m68k /
[ HOME SHELL ]
Name
Size
Permission
Action
68000
[ DIR ]
drwxr-xr-x
amiga
[ DIR ]
drwxr-xr-x
apollo
[ DIR ]
drwxr-xr-x
atari
[ DIR ]
drwxr-xr-x
bvme6000
[ DIR ]
drwxr-xr-x
coldfire
[ DIR ]
drwxr-xr-x
emu
[ DIR ]
drwxr-xr-x
fpsp040
[ DIR ]
drwxr-xr-x
hp300
[ DIR ]
drwxr-xr-x
ifpsp060
[ DIR ]
drwxr-xr-x
include
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
mac
[ DIR ]
drwxr-xr-x
math-emu
[ DIR ]
drwxr-xr-x
mm
[ DIR ]
drwxr-xr-x
mvme147
[ DIR ]
drwxr-xr-x
mvme16x
[ DIR ]
drwxr-xr-x
q40
[ DIR ]
drwxr-xr-x
sun3
[ DIR ]
drwxr-xr-x
sun3x
[ DIR ]
drwxr-xr-x
tools
[ DIR ]
drwxr-xr-x
Kconfig
3.22
KB
-rw-r--r--
Kconfig.bus
2.12
KB
-rw-r--r--
Kconfig.cpu
12.5
KB
-rw-r--r--
Kconfig.debug
1.37
KB
-rw-r--r--
Kconfig.devices
4.38
KB
-rw-r--r--
Kconfig.machine
12.44
KB
-rw-r--r--
Makefile
5.12
KB
-rw-r--r--
install.sh
1.24
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Kconfig.bus
# SPDX-License-Identifier: GPL-2.0 if MMU comment "Bus Support" config DIO bool "DIO bus support" depends on HP300 default y help Say Y here to enable support for the "DIO" expansion bus used in HP300 machines. If you are using such a system you almost certainly want this. config NUBUS bool depends on MAC default y config ZORRO bool "Amiga Zorro (AutoConfig) bus support" depends on AMIGA help This enables support for the Zorro bus in the Amiga. If you have expansion cards in your Amiga that conform to the Amiga AutoConfig(tm) specification, say Y, otherwise N. Note that even expansion cards that do not fit in the Zorro slots but fit in e.g. the CPU slot may fall in this category, so you have to say Y to let Linux use these. config AMIGA_PCMCIA bool "Amiga 1200/600 PCMCIA support" depends on AMIGA help Include support in the kernel for pcmcia on Amiga 1200 and Amiga 600. If you intend to use pcmcia cards say Y; otherwise say N. config ISA bool depends on Q40 || AMIGA_PCMCIA default y help Find out whether you have ISA slots on your motherboard. ISA is the name of a bus system, i.e. the way the CPU talks to the other stuff inside your box. Other bus systems are PCI, EISA, MicroChannel (MCA) or VESA. ISA is an older system, now being displaced by PCI; newer boards don't support it. If you have ISA, say Y, otherwise N. config ATARI_ROM_ISA bool "Atari ROM port ISA adapter support" depends on ATARI help This option enables support for the ROM port ISA adapter used to operate ISA cards on Atari. Only 8 bit cards are supported, and no interrupt lines are connected. The only driver currently using this adapter is the EtherNEC driver for RTL8019AS based NE2000 compatible network cards. config GENERIC_ISA_DMA def_bool ISA config PCI bool "PCI support" depends on M54xx help Enable the PCI bus. Support for the PCI bus hardware built into the ColdFire 547x and 548x processors. source "drivers/pci/Kconfig" source "drivers/zorro/Kconfig" endif if !MMU config ISA_DMA_API def_bool !M5272 source "drivers/pcmcia/Kconfig" endif
Close