From 87ea713dec4a43368978d48bc3495bf8dd4b8534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 12 May 2003 00:46:39 +0000 Subject: [PATCH] This file isn't used anymore (the config will be created by the build process). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3213 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/arch/ppc/config.ini | 33 ----------------------------- 1 file changed, 33 deletions(-) delete mode 100644 src/kernel/boot/arch/ppc/config.ini diff --git a/src/kernel/boot/arch/ppc/config.ini b/src/kernel/boot/arch/ppc/config.ini deleted file mode 100644 index d21922d74c..0000000000 --- a/src/kernel/boot/arch/ppc/config.ini +++ /dev/null @@ -1,33 +0,0 @@ -# --------------------------------------------------------------- -# The bootstrap code is where control starts once netboot, boot.com, -# etc loads the image. It creates a page table to map the kernel in -# at 0x80000000 and then jumps to the kernel entrypoint where things -# really start happening. This MUST be the first entry in the .ini -# -[bootstrap] -type=elf32 -file=boot/ppc/obj.ppc/stage2 - -#[kernel] -#type=elf32 -#file=kernel/obj.ppc/system - -#[init] -#type=elf32 -#file=apps/init/obj.ppc/init - -#[shell] -#type=elf32 -#file=apps/shell/obj.ppc/shell - -#[testapp] -#type=elf32 -#file=apps/testapp/obj.ppc/testapp - -#[vmtest] -#type=elf32 -#file=apps/vmtest/obj.ppc/vmtest - -#[testfile] -#type=data -#file=boot/testfile