Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/arch/x86/realmode/rm/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 902 B image not shown  

Quelle  realmode.lds.S   Sprache: Sparc

 
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * realmode.lds.S
 *
 * Linker script for the real-mode code
 */


#include <asm/page_types.h>

#undef i386

OUTPUT_FORMAT("elf32-i386")
OUTPUT_ARCH(i386)
ENTRY(pa_text_start)

SECTIONS
{
 real_mode_seg = 0;

 . = 0;
 .header : {
  pa_real_mode_base = .;
  *(.header)
 }

 . = ALIGN(4);
 .rodata : {
  *(.rodata)
  *(.rodata.*)
  . = ALIGN(16);
  video_cards = .;
  *(.videocards)
  video_cards_end = .;
 }

 . = ALIGN(PAGE_SIZE);
 pa_text_start = .;
 .text : {
  *(.text)
  *(.text.*)
 }

 .text32 : {
  *(.text32)
  *(.text32.*)
 }

 .text64 : {
  *(.text64)
  *(.text64.*)
 }
 pa_ro_end = .;

 . = ALIGN(PAGE_SIZE);
 .data : {
  *(.data)
  *(.data.*)
 }

 . = ALIGN(128);
 .bss : {
  *(.bss*)
 }

 /* End signature for integrity checking */
 . = ALIGN(4);
 .signature : {
  *(.signature)
 }

 /DISCARD/ : {
  *(.note*)
  *(.debug*)
 }

#include "pasyms.h"
}

Messung V0.5
C=89 H=98 G=93

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.