Go to file
Maschell 5f08be3d1f first commit 2021-01-16 23:00:50 +01:00
.github/workflows first commit 2021-01-16 23:00:50 +01:00
include first commit 2021-01-16 23:00:50 +01:00
source first commit 2021-01-16 23:00:50 +01:00
.gitignore first commit 2021-01-16 23:00:50 +01:00
Dockerfile first commit 2021-01-16 23:00:50 +01:00
Makefile first commit 2021-01-16 23:00:50 +01:00
README.md first commit 2021-01-16 23:00:50 +01:00

README.md

Requires the RPXLoadingModule to be running via SetupPayload. Requires wut for building. Install via make install.

Usage

When linking, make sure to add the librpxloader.ld file to the LDFLAGS.

Example:

LDFLAGS	=	-g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/librpxloader.ld