Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-5.15.0-186 /
arch /
openrisc /
Delete
Unzip
Name
Size
Permission
Date
Action
boot
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
include
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
kernel
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
lib
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
mm
[ DIR ]
drwxr-xr-x
2026-07-21 06:37
Kbuild
80
B
-rw-r--r--
2021-11-01 05:53
Kconfig
4.57
KB
-rw-r--r--
2021-11-01 05:53
Kconfig.debug
68
B
-rw-r--r--
2021-11-01 05:53
Makefile
1.4
KB
-rw-r--r--
2021-11-01 05:53
Save
Rename
# BK Id: %F% %I% %G% %U% %#% # # This file is included by the global makefile so that you can add your own # architecture-specific flags and dependencies. Remember to do have actions # for "archclean" and "archdep" for cleaning up and making dependencies for # this architecture # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in the main directory of this archive # for more details. # # Copyright (C) 1994 by Linus Torvalds # Modifications for the OpenRISC architecture: # Copyright (C) 2003 Matjaz Breskvar <phoenix@bsemi.com> # Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se> # # Based on: # arch/i386/Makefile KBUILD_DEFCONFIG := or1ksim_defconfig OBJCOPYFLAGS := -O binary -R .note -R .comment -S LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) KBUILD_CFLAGS += -pipe -ffixed-r10 -D__linux__ all: vmlinux.bin boot := arch/$(ARCH)/boot ifeq ($(CONFIG_OPENRISC_HAVE_INST_MUL),y) KBUILD_CFLAGS += $(call cc-option,-mhard-mul) else KBUILD_CFLAGS += $(call cc-option,-msoft-mul) endif ifeq ($(CONFIG_OPENRISC_HAVE_INST_DIV),y) KBUILD_CFLAGS += $(call cc-option,-mhard-div) else KBUILD_CFLAGS += $(call cc-option,-msoft-div) endif head-y := arch/openrisc/kernel/head.o libs-y += $(LIBGCC) PHONY += vmlinux.bin vmlinux.bin: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ archclean: $(Q)$(MAKE) $(clean)=$(boot)