3rdparty: add initial atvboot contents

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-10-13 03:07:49 +02:00
parent c7905e394a
commit 71bd4c2fe6
11 changed files with 61 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>KernelMemoryAccess</string>
<key>CFBundleIdentifier</key>
<string>com.osxbook.kext.KernelMemoryAccess</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>KernelMemoryAccess</string>
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<key>OSBundleLibraries</key>
<dict>
<key>com.apple.kernel.6.0</key>
<string>7.9.9</string>
<key>com.apple.kpi.bsd</key>
<string>8.0.0</string>
</dict>
</dict>
</plist>

BIN
config/release/3rdparty/atvboot/boot.efi vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,9 @@
#!/bin/bash
#
echo "this is a boot_linux.sh script"
#
#
#mkdir -p /tmp/rootfs
#mount /dev/sda4 /tmp/rootfs
#kexec --load /tmp/rootfs/vmlinux --initrd=/tmp/rootfs/initrd/gz --command-line="root=/dev/sda4 initrd=initrd.gz"
#kexec -e

View File

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Background Color</key>
<integer>0</integer>
<key>Boot Fail Logo</key>
<string></string>
<key>Boot Logo</key>
<string>BootLogo.png</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>atv-boot=none video=vesafb</string>
</dict>
</plist>

BIN
config/release/3rdparty/atvboot/mach_kernel vendored Executable file

Binary file not shown.

View File

@ -0,0 +1,7 @@
#!/bin/bash
#
#
echo "this is a patchstick stript"
#
#
#