MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / print_man_header

Function print_man_header

FEXCore/Scripts/config_generator.py:238–266  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 "''", True)
237
238def print_man_header():
239 header ='''.Dd {0}
240.Dt FEX
241.Os Linux
242.Sh NAME
243.Nm FEXLoader
244.Nm FEXInterpreter
245.Nm FEXBash
246.Nd Fast x86-64 and x86 emulation.
247.Sh SYNOPSIS
248.Nm
249.Op options
250.Op Ar --
251.Ar Application
252<args> ...
253.Pp
254.Nm FEXInterpreter
255.Ar Application
256<args> ...
257.Pp
258.Nm FEXBash
259.Ar <args> ...
260.Sh DESCRIPTION
261FEX allows you to run x86 and x86-64 binaries on an AArch64 host, similar to qemu-user and box86.
262It has native support for a rootfs overlay, so you don&#x27;t need to chroot, as well as some thunklibs so it can forward things like GL to the host.
263FEX presents a Linux 5.0 interface to the guest, and supports both AArch64 and x86-64 as hosts.
264FEX is very much work in progress, so expect things to change.
265''&#x27;
266 output_man.write(header.format(datetime.datetime.now().strftime("%d-%m-%Y")))
267
268def print_man_tail():
269 tail =''&#x27;.Sh FILES

Callers 1

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected