Lines Matching refs:the
10 This option enables support for the Amiga series of computers. If
11 you plan to use this kernel on an Amiga, say Y here and browse the
19 This option enables support for the 68000-based Atari series of
20 computers (including the TT, Falcon and Medusa). If you plan to use
21 this kernel on an Atari, say Y here and browse the material
29 This option enables support for the Apple Macintosh series of
31 of the series).
33 Say N unless you're willing to code the remaining necessary support.
42 Domain workstation such as the DN3500.
61 you select this option you will have to select the appropriate
72 the appropriate drivers for SCSI, Ethernet and serial ports later
82 you select this option you will have to select the appropriate
90 This option enables support for the HP9000/300 and HP9000/400 series
92 experimental. If you plan to try to use the kernel on such a machine
102 This option enables support for the Sun 3x series of workstations.
105 General Linux information on the Sun 3x series (now discontinued)
115 The Q40 is a Motorola 68040-based successor to the Sinclair QL
117 <http://www.q40.de/>. This option enables support for the Q40 and
128 This option enables support for the Sun 3 series of workstations
145 Support for the Palm Pilot 1000/5000, Personal/Pro and PalmIII.
151 Support the bugs of Xcopilot.
157 Support for the Arcturus Networks uCsimm module.
163 Support for the Arcturus Networks uDsimm module.
169 Support for the DragenEngine II board.
175 Disable the CPU internal registers protection in user mode,
182 Initialize the LCD controller of the 68x328 processor.
194 Support for the Lineo uCquicc board.
200 Support for the Arnewsh 5206 board.
206 Support for the Motorola M5206eC3 board.
212 Support for the Motorola M5206eLITE board.
218 Support for the Freescale M5235EVB board.
224 Support for the Motorola M5249C3 board.
230 Support for the Motorola M5272C3 board.
236 Support for the Intec Automation Inc. WildFire.
242 Support for the Intec Automation Inc. WildFire module.
248 Support for the Arnewsh 5307 board.
254 Support for the Motorola M5307C3 board.
260 Support for the SnapGear SecureEdge/MP3 platform.
266 Support for the Motorola M5407C3 board.
272 Support for the FireBee ColdFire 5475 based board.
278 Support for the Feith Cleopatra boards.
284 Support for the Feith CANCam board.
290 Support for the Feith SCALES board.
296 Support for the SnapGear NETtel/SecureEdge/SnapGear boards.
302 Support for the Netburner MOD-5272 board.
312 line parameters from the initial u-boot stack.
319 If you say Y here the kernel will use a 4Kb stacksize for the
321 running more threads on a system and also reduces the pressure
322 on the VM subsystem for higher order allocations.
327 hex "Address of the base of RAM"
330 Define the address that RAM starts at. On many platforms this is
331 0, the base of the address space. And this is the default. Some
332 platforms choose to setup their RAM at other addresses within the
339 Define the size of the system RAM. If you select 0 then the
340 kernel will try to probe the RAM size at runtime. This is not
344 hex "Address of the base of system vectors"
347 Define the address of the system vectors. Commonly this is
348 put at the start of RAM, but it doesn't have to be. On ColdFire
349 platforms this address is programmed into the VBR register, thus
350 actually setting the address to use.
353 hex "Address of the MBAR (internal peripherals)"
357 Define the address of the internal system peripherals. This value
358 is set in the processors MBAR register. This is generally setup by
359 the boot loader, and will not be written by the kernel. By far most
360 ColdFire boards use the default 0x10000000 value, so if unsure then
364 hex "Address of the IPSBAR (internal peripherals)"
368 Define the address of the internal system peripherals. This value
369 is set in the processors IPSBAR register. This is generally setup by
370 the boot loader, and will not be written by the kernel. By far most
371 ColdFire boards use the default 0x40000000 value, so if unsure then
375 hex "Address of the base of kernel code"
378 Typically on m68k systems the kernel will not start at the base
379 of RAM, but usually some small offset from it. Define the start
380 address of the kernel here. The most common setup will have the
381 processor vectors at the base of RAM and then the start of the
383 and the kernel starts after that. The 0x400 default was based on
384 a system with the RAM based at address 0, and leaving enough room
385 for the theoretical maximum number of 256 vectors.
393 Define a ROM region for the linker script. This creates a kernel
394 that can be stored in flash, with possibly the text, and data
398 hex "Address of the base of ROM device"
402 Define the address that the ROM region starts at. Some platforms
403 use this to set their chip select region accordingly for the boot
407 hex "Address of the base of the ROM vectors"
411 This is almost always the same as the base of the ROM. Since on all
412 68000 type variants the vectors are at the base of the boot device
416 hex "Address of the base of system image in ROM"
420 Define the start address of the system image in ROM. Commonly this
421 is strait after the ROM vectors.
424 hex "Size of the ROM device"
428 Size of the ROM device. On some platforms this is used to setup
429 the chip select that controls the boot ROM device.
434 Choose the memory type that the kernel will be running in.
445 often referred to as Execute-in-Place (XIP), since the kernel
446 code executes from the position it is stored in the FLASH/ROM.