/* SPDX-License-Identifier: GPL-2.0-only */ /* * PS3 bootwrapper entry. * * Copyright (C) 2007 Sony Computer Entertainment Inc. * Copyright 2007 Sony Corp.
*/
#include "ppc_asm.h"
.machine "ppc64"
.text
/* * __system_reset_overlay - The PS3 first stage entry. * * The bootwraper build script copies the 512 bytes at symbol * __system_reset_overlay to offset 0x100 of the rom image. This symbol * must occupy 512 or less bytes. * * The PS3 has a single processor with two threads.
*/
/* * __system_reset_kernel - Place holder for the kernel reset vector. * * The bootwrapper build script copies 512 bytes from offset 0x100 * of the rom image to the symbol __system_reset_kernel. At runtime * the bootwrapper program copies the 512 bytes at __system_reset_kernel * to ram address 0x100. This symbol must occupy 512 bytes.
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.