Searched refs:boot (Results 101 - 125 of 434) sorted by relevance

1234567891011>>

/haiku/src/system/boot/arch/arm64/
H A Darch_cpu.cpp8 #include <boot/platform.h>
10 #include <boot/stdio.h>
11 #include <boot/kernel_args.h>
12 #include <boot/stage2.h>
/haiku/src/system/kernel/arch/arm/
H A Darch_platform.cpp11 #include <boot/kernel_args.h>
/haiku/headers/private/kernel/boot/
H A Dstage2.h9 #include <boot/kernel_args.h>
/haiku/src/system/boot/platform/efi/
H A Dsmp.h14 # include <boot/menu.h>
/haiku/src/system/boot/platform/next_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>
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/src/system/kernel/arch/mips/
H A Darch_int.cpp8 #include <boot/stage2.h>
/haiku/src/system/boot/loader/
H A Dmain.cpp11 #include <boot/stage2.h>
12 #include <boot/vfs.h>
13 #include <boot/platform.h>
14 #include <boot/heap.h>
15 #include <boot/PathBlocklist.h>
16 #include <boot/stdio.h>
17 #include <boot/net/NetStack.h>
37 TRACE(("boot(): enter\n"));
42 TRACE(("boot(): heap initialized...\n"));
61 dprintf("Welcome to the Haiku boot loade
[all...]
/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp10 #include <boot/partitions.h>
11 #include <boot/platform.h>
12 #include <boot/vfs.h>
13 #include <boot/stdio.h>
14 #include <boot/stage2.h>
15 #include <boot/net/IP.h>
16 #include <boot/net/NetStack.h>
17 #include <boot/net/RemoteDisk.h>
35 // print out the boot path (to be removed later?)
40 printf("boot pat
[all...]
H A Dreal_time_clock.cpp12 #include <boot/kernel_args.h>
13 #include <boot/stage2.h>
H A Dmmu.cpp8 #include <boot/platform.h>
9 #include <boot/stdio.h>
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp10 #include <boot/partitions.h>
11 #include <boot/platform.h>
24 Volume::Volume(boot::Partition *partition)
104 amiga_ffs_identify_file_system(boot::Partition *partition)
113 amiga_ffs_get_file_system(boot::Partition *partition, ::Directory **_root)
/haiku/src/system/boot/platform/riscv/
H A Dvideo.cpp16 #include <boot/stage2.h>
17 #include <boot/platform.h>
18 #include <boot/menu.h>
19 #include <boot/kernel_args.h>
20 #include <boot/platform/generic/video.h>
H A Ddebug.cpp9 #include <boot/platform.h>
10 #include <boot/stdio.h>
/haiku/src/system/boot/platform/bios_ia32/
H A Dstart.cpp13 #include <boot/arch/x86/arch_cpu.h>
14 #include <boot/arch/x86/arch_hpet.h>
15 #include <boot/platform.h>
16 #include <boot/heap.h>
17 #include <boot/stage2.h>
/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp12 #include <boot/partitions.h>
13 #include <boot/platform.h>
14 #include <boot/vfs.h>
33 Volume::Volume(boot::Partition *partition)
138 bfs_identify_file_system(boot::Partition *partition)
147 bfs_get_file_system(boot::Partition *partition, ::Directory **_root)
/haiku/src/system/boot/loader/net/
H A DNetStack.cpp6 #include <boot/net/NetStack.h>
12 #include <boot/net/ARP.h>
13 #include <boot/net/Ethernet.h>
14 #include <boot/net/IP.h>
15 #include <boot/net/UDP.h>
16 #include <boot/net/TCP.h>
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp10 #include <boot/stage2.h>
11 #include <boot/platform.h>
12 #include <boot/menu.h>
13 #include <boot/kernel_args.h>
14 #include <boot/platform/generic/video.h>
107 #warning TODO: Fix u-boot arm framebuffer location from fdt!
H A Ddebug.cpp10 #include <boot/platform.h>
11 #include <boot/stdio.h>
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Duninstall.sh33 StyledEdit /boot/home/config/settings/kernel/drivers/$SETTINGS_NAME
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile106 INSTALL_DIR=/boot/home/config/bin
109 include /boot/develop/etc/makefile-engine
/haiku/src/system/boot/platform/amiga_m68k/
H A Ddebug.cpp13 #include <boot/platform.h>
14 #include <boot/stdio.h>
/haiku/3rdparty/kallisti5/
H A Dmksysroot.sh14 EXCLUDE="/boot/system/packages /boot/system/var/swap"
20 tar $(for i in $EXCLUDE; do echo "--exclude $i"; done) -cvzf $OUTPUT /boot/system /bin /etc /packages /system /tmp
/haiku/headers/private/kernel/boot/platform/generic/
H A Dtext_console.h9 #include <boot/vfs.h>
10 #include <boot/stdio.h>
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
14 #include <boot/uart.h>
/haiku/src/system/boot/arch/m68k/
H A Dmmu_030.cpp11 #include <boot/platform.h>
12 #include <boot/stdio.h>
13 #include <boot/kernel_args.h>
14 #include <boot/stage2.h>

Completed in 130 milliseconds

1234567891011>>