haiku/headers/private/kernel/boot
Fredrik Holmqvist 04cbc2588e Use fast clearing of visible screen for splash
memset uses rep stosb on x86 during boot, with memory
not set to write-combining, which makes it slow.

Instead we do aligned writes of 2 x four bytes at once.
Only clear the minimum of size and width * height * 4
UEFI framebuffer size can be huge, upto 512MB here,
and rep stosb seems to be around 25-30MB/s

This is written as generic as possible to work on
old compilers and different platforms, without
expecting boot memset to be optimized.

This makes it almost unnoticable compared to not
clearing.
2018-08-03 13:40:04 +02:00
..
net Detach UDP sockets on cleanup 2017-11-13 16:48:09 +01:00
platform Use fast clearing of visible screen for splash 2018-08-03 13:40:04 +02:00
addr_range.h Remove phys_addr_range, just use addr_range for both virtual and physical address ranges (as requested by Ingo). 2012-06-21 19:48:03 +01:00
arch.h system: Build using public elf.h header 2015-11-07 11:49:56 +13:00
bootdir.h
disk_identifier.h Added missing packed attributes on disk_identifier. 2012-07-20 17:14:17 +01:00
driver_settings.h Forgot to change driver_settings_file to use FixedWidthPointer. 2012-06-26 10:54:37 +01:00
elf.h system: Build using public elf.h header 2015-11-07 11:49:56 +13:00
FileMapDisk.h
heap.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
images-sans-tm.h
images-tm-development.h
images-tm.h Remove glow from boot logo. 2017-07-29 12:27:50 +02:00
images.h
kernel_args.h Boot loader: Add support for choosing an old packages state 2014-04-18 23:31:39 +02:00
menu.h boot loader: Menu: Add SetTitle() 2013-11-30 19:56:26 +01:00
partitions.h loader: Drop the HashMap for partition lookup by id 2016-09-02 19:02:33 +12:00
PathBlacklist.h boot loader: Add safe mode blacklist submenu 2013-11-20 16:00:35 +01:00
platform.h loader: fetch all potential boot partitions for boot device. 2017-05-17 12:51:09 +12:00
stage2_args.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
stage2.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
stdio.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
vfs.h Boot loader: Add support for choosing an old packages state 2014-04-18 23:31:39 +02:00