QortalOS Brooklyn for Raspberry Pi 4
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Scare Crowe 8e6463f821 Update HID, DRP, GPIO and kernel process accounting 3 years ago
..
dts Update HID, DRP, GPIO and kernel process accounting 3 years ago
.gitignore initial commit 3 years ago
4xx.c initial commit 3 years ago
4xx.h initial commit 3 years ago
44x.h initial commit 3 years ago
Makefile initial commit 3 years ago
README initial commit 3 years ago
addnote.c initial commit 3 years ago
bamboo.c initial commit 3 years ago
cpm-serial.c initial commit 3 years ago
crt0.S initial commit 3 years ago
crtsavres.S initial commit 3 years ago
cuboot-8xx.c initial commit 3 years ago
cuboot-52xx.c initial commit 3 years ago
cuboot-83xx.c initial commit 3 years ago
cuboot-85xx-cpm2.c initial commit 3 years ago
cuboot-85xx.c initial commit 3 years ago
cuboot-824x.c initial commit 3 years ago
cuboot-acadia.c initial commit 3 years ago
cuboot-amigaone.c initial commit 3 years ago
cuboot-bamboo.c initial commit 3 years ago
cuboot-ebony.c initial commit 3 years ago
cuboot-hotfoot.c initial commit 3 years ago
cuboot-katmai.c initial commit 3 years ago
cuboot-kilauea.c initial commit 3 years ago
cuboot-mpc7448hpc2.c initial commit 3 years ago
cuboot-pq2.c initial commit 3 years ago
cuboot-rainier.c initial commit 3 years ago
cuboot-sam440ep.c initial commit 3 years ago
cuboot-sequoia.c initial commit 3 years ago
cuboot-taishan.c initial commit 3 years ago
cuboot-warp.c initial commit 3 years ago
cuboot-yosemite.c initial commit 3 years ago
cuboot.c initial commit 3 years ago
cuboot.h initial commit 3 years ago
dcr.h initial commit 3 years ago
decompress.c initial commit 3 years ago
devtree.c initial commit 3 years ago
div64.S initial commit 3 years ago
dummy.c initial commit 3 years ago
ebony.c initial commit 3 years ago
elf.h initial commit 3 years ago
elf_util.c initial commit 3 years ago
ep88xc.c initial commit 3 years ago
ep8248e.c initial commit 3 years ago
epapr-wrapper.c initial commit 3 years ago
epapr.c initial commit 3 years ago
fixed-head.S initial commit 3 years ago
fixup-headers.sed initial commit 3 years ago
fsl-soc.c initial commit 3 years ago
fsl-soc.h initial commit 3 years ago
gamecube-head.S initial commit 3 years ago
gamecube.c initial commit 3 years ago
hack-coff.c initial commit 3 years ago
holly.c initial commit 3 years ago
install.sh initial commit 3 years ago
io.h initial commit 3 years ago
libfdt-wrapper.c initial commit 3 years ago
libfdt_env.h initial commit 3 years ago
main.c initial commit 3 years ago
mktree.c initial commit 3 years ago
motload-head.S initial commit 3 years ago
mpc8xx.c initial commit 3 years ago
mpc8xx.h initial commit 3 years ago
mpc52xx-psc.c initial commit 3 years ago
mvme5100.c initial commit 3 years ago
mvme7100.c initial commit 3 years ago
ns16550.c initial commit 3 years ago
of.c initial commit 3 years ago
of.h initial commit 3 years ago
ofconsole.c initial commit 3 years ago
oflib.c initial commit 3 years ago
opal-calls.S initial commit 3 years ago
opal.c initial commit 3 years ago
ops.h initial commit 3 years ago
page.h initial commit 3 years ago
planetcore.c initial commit 3 years ago
planetcore.h initial commit 3 years ago
ppc_asm.h initial commit 3 years ago
ppcboot-hotfoot.h initial commit 3 years ago
ppcboot.h initial commit 3 years ago
pq2.c initial commit 3 years ago
pq2.h initial commit 3 years ago
ps3-head.S initial commit 3 years ago
ps3-hvcall.S initial commit 3 years ago
ps3.c initial commit 3 years ago
pseries-head.S initial commit 3 years ago
redboot-8xx.c initial commit 3 years ago
redboot-83xx.c initial commit 3 years ago
redboot.h initial commit 3 years ago
reg.h initial commit 3 years ago
rs6000.h initial commit 3 years ago
serial.c initial commit 3 years ago
simple_alloc.c initial commit 3 years ago
simpleboot.c initial commit 3 years ago
stdbool.h initial commit 3 years ago
stdint.h initial commit 3 years ago
stdio.c initial commit 3 years ago
stdio.h initial commit 3 years ago
stdlib.c initial commit 3 years ago
stdlib.h initial commit 3 years ago
string.S initial commit 3 years ago
string.h initial commit 3 years ago
swab.h initial commit 3 years ago
treeboot-akebono.c initial commit 3 years ago
treeboot-bamboo.c initial commit 3 years ago
treeboot-currituck.c initial commit 3 years ago
treeboot-ebony.c initial commit 3 years ago
treeboot-iss4xx.c initial commit 3 years ago
types.h initial commit 3 years ago
ugecon.c initial commit 3 years ago
ugecon.h initial commit 3 years ago
util.S initial commit 3 years ago
wii-head.S initial commit 3 years ago
wii.c initial commit 3 years ago
wrapper Update HID, DRP, GPIO and kernel process accounting 3 years ago
xz_config.h initial commit 3 years ago
zImage.coff.lds.S initial commit 3 years ago
zImage.lds.S initial commit 3 years ago
zImage.ps3.lds.S initial commit 3 years ago

README


To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


Peter