Lines Matching +full:use +full:- +full:ram +full:- +full:code

1 # SPDX-License-Identifier: GPL-2.0
12 you plan to use this kernel on an Amiga, say Y here and browse the
21 This option enables support for the 68000-based Atari series of
22 computers (including the TT, Falcon and Medusa). If you plan to use
37 computers. If you plan to use this kernel on a Mac, say Y here and
38 browse the documentation available at <http://www.mac.linux-m68k.org/>;
46 Say Y here if you want to run Linux on an MC680x0-based Apollo
65 build a kernel which can run on MVME147 single-board computers. If
99 experimental. If you plan to try to use the kernel on such a machine
122 The Q40 is a Motorola 68040-based successor to the Sinclair QL
281 Support for the Sysam AMCORE open-hardware generic board.
287 Support for the Sysam stmark2 open-hardware generic board.
320 bool "Netburner MOD-5272 board support"
323 Support for the Netburner MOD-5272 board.
330 bool "Support for U-Boot command line parameters"
334 line parameters from the initial u-boot stack.
337 bool "Use 4Kb for kernel stacks instead of 8Kb"
340 If you say Y here the kernel will use a 4Kb stacksize for the
345 comment "RAM configuration"
348 hex "Address of the base of RAM"
351 Define the address that RAM starts at. On many platforms this is
353 platforms choose to setup their RAM at other addresses within the
357 hex "Size of RAM (in bytes), or 0 for automatic"
360 Define the size of the system RAM. If you select 0 then the
361 kernel will try to probe the RAM size at runtime. This is not
369 put at the start of RAM, but it doesn't have to be. On ColdFire
371 actually setting the address to use.
381 ColdFire boards use the default 0x10000000 value, so if unsure then
382 use this.
392 ColdFire boards use the default 0x40000000 value, so if unsure then
393 use this.
396 hex "Address of the base of kernel code"
400 of RAM, but usually some small offset from it. Define the start
402 processor vectors at the base of RAM and then the start of the
403 kernel. On some platforms some RAM is reserved for boot loaders
405 a system with the RAM based at address 0, and leaving enough room
415 regions being copied out to RAM at startup.
440 bool "RAM"
442 The kernel will be resident in RAM when running.
449 often referred to as Execute-in-Place (XIP), since the kernel
450 code executes from the position it is stored in the FLASH/ROM.