Searched refs:boot (Results 276 - 300 of 390) sorted by relevance

<<111213141516

/haiku-fatelf/src/system/boot/loader/net/
H A DUDP.cpp7 #include <boot/net/UDP.h>
13 #include <boot/net/ChainBuffer.h>
14 #include <boot/net/NetStack.h>
H A DARP.cpp6 #include <boot/net/ARP.h>
11 #include <boot/net/ChainBuffer.h>
H A DRemoteDisk.cpp6 #include <boot/net/RemoteDisk.h>
16 #include <boot/net/UDP.h>
157 // Not needed in the boot loader.
/haiku-fatelf/headers/private/kernel/boot/net/
H A DUDP.h9 #include <boot/net/IP.h>
/haiku-fatelf/src/system/boot/arch/m68k/
H A Dmmu.cpp13 #include <boot/platform.h>
14 #include <boot/stdio.h>
15 #include <boot/kernel_args.h>
16 #include <boot/stage2.h>
27 /** The (physical) memory layout of the boot loader is currently as follows:
37 * ... boot loader heap (32 kB)
48 /** The (physical) memory layout of the boot loader is currently as follows:
55 * ... boot loader heap (32 kB)
/haiku-fatelf/src/system/boot/loader/
H A DFileMapDisk.cpp7 #include <boot/FileMapDisk.h>
104 // Not needed in the boot loader.
H A Dheap.cpp7 #include <boot/heap.h>
8 #include <boot/platform.h>
/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp13 #include <boot/platform.h>
14 #include <boot/stdio.h>
15 #include <boot/kernel_args.h>
16 #include <boot/stage2.h>
27 /** The (physical) memory layout of the boot loader is currently as follows:
37 * ... boot loader heap (32 kB)
48 /** The (physical) memory layout of the boot loader is currently as follows:
55 * ... boot loader heap (32 kB)
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp14 #include <boot/platform.h>
15 #include <boot/stdio.h>
16 #include <boot/kernel_args.h>
17 #include <boot/stage2.h>
28 /** The (physical) memory layout of the boot loader is currently as follows:
38 * ... boot loader heap (32 kB)
49 /** The (physical) memory layout of the boot loader is currently as follows:
56 * ... boot loader heap (32 kB)
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dconsole.cpp14 #include <boot/stage2.h>
H A Ddevices.cpp10 #include <boot/platform.h>
11 #include <boot/partitions.h>
12 #include <boot/stdio.h>
13 #include <boot/stage2.h>
191 dprintf("got CD boot spec:\n");
371 // The boot block often contains the disk superblock, and should be
430 // there is no RTTI in the boot loader...
494 dprintf("Could not make BIOS drives unique! Might boot from the wrong disk...\n");
795 // disabled, as the kernel boot code only supports the
796 // UNKNOWN_BUS/UNKNOWN_DEVICE way to find the correct boot
[all...]
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dconsole.cpp13 #include <boot/stage2.h>
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_thread.cpp20 #include <boot/stage2.h>
H A Darch_vm_translation_map.cpp14 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map.cpp17 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_cpu.cpp15 #include <boot/kernel_args.h>
31 // Some boot code relies on this.
H A Darch_platform.cpp15 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_vm.cpp12 #include <boot/kernel_args.h>
127 "boot loader reserved area", &address,
132 panic("arch_vm_init_end(): Failed to create area for boot loader "
138 // Throw away any address space mappings we've inherited from the boot
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_smp.cpp10 #include <boot/kernel_args.h>
88 // set up the local apic on the boot cpu
H A Darch_system_info.cpp14 #include <boot/kernel_args.h>
H A Darch_vm_translation_map.cpp13 #include <boot/kernel_args.h>
/haiku-fatelf/src/system/boot/arch/arm/
H A Darch_mmu.cpp11 #include <boot/platform.h>
12 #include <boot/stdio.h>
13 #include <boot/kernel_args.h>
14 #include <boot/stage2.h>
46 /*! The (physical) memory layout of the boot loader is currently as follows:
47 0x00000000 u-boot (run from NOR flash)
48 0xa0000000 u-boot stuff like kernel arguments afaik
49 0xa0100000 - 0xa0ffffff boot.tgz (up to 15MB probably never needed so big...)
52 0xa2100000 boot loader heap / free physical memory
/haiku-fatelf/src/tests/system/boot/heap/
H A DheapTest.cpp7 #include <boot/platform.h>
8 #include <boot/heap.h>
/haiku-fatelf/src/system/boot/platform/openfirmware/arch/ppc/
H A Dmmu.cpp15 #include <boot/addr_range.h>
16 #include <boot/kernel_args.h>
17 #include <boot/platform.h>
18 #include <boot/stage2.h>
19 #include <boot/stdio.h>
53 // begin and end of the boot loader
385 // remove the boot loader code from the virtual ranges to keep in the
389 dprintf("%s: Failed to remove boot loader range "
/haiku-fatelf/src/apps/bootmanager/
H A Dbootman.S20 %assign BIOS_REBOOT 0x19 ; dl - boot drive number
261 mov [bp + biosDrive], dl ; Store boot drive
285 ; Chain load rest of boot loader
351 ; Magic marker "AA55" (to identify a valid boot record)
521 lodsb ; Set boot drive
563 jmp $$ ; Start loaded boot loader
606 test dl, 0 ; if drive is 0, use boot drive

Completed in 191 milliseconds

<<111213141516