Files
jsix_import/src/kernel
Justin C. Miller 8dbdebff3f [boot] Don't use custom UEFI memory types
The UEFI spec specifically calls out memory types with the high bit set
as being available for OS loaders' custom use. However, it seems many
UEFI firmware implementations don't handle this well. (Virtualbox, and
the firmware on my Intel NUC and Dell XPS laptop to name a few.)

So sadly since we can't rely on this feature of UEFI in all cases, we
can't use it at all. Instead, treat _all_ memory tagged as EfiLoaderData
as possibly containing data that's been passed to the OS by the
bootloader and don't free it yet.

This will need to be followed up with a change that copies anything we
need to save and frees this memory.

See: https://github.com/kiznit/rainbow-os/blob/master/boot/machine/efi/README.md
2021-01-18 13:49:10 -08:00
..
2021-01-18 13:49:10 -08:00
2020-09-20 16:16:23 -07:00
2019-03-22 17:42:51 -07:00
2021-01-18 13:48:11 -08:00
2021-01-18 13:48:11 -08:00
2021-01-18 13:48:11 -08:00
2018-05-09 01:17:18 -07:00
2020-06-01 23:33:30 -07:00
2020-07-26 16:02:38 -07:00
2020-09-20 16:16:23 -07:00
2020-08-22 16:34:58 -07:00
2020-08-22 16:34:58 -07:00
2020-09-23 00:29:05 -07:00
2020-09-23 00:29:05 -07:00
2019-03-15 00:47:46 -07:00
2019-03-15 00:47:46 -07:00
2019-03-31 22:49:24 -07:00
2018-09-15 00:37:49 -07:00
2018-09-15 00:37:49 -07:00
2021-01-18 13:48:11 -08:00
2021-01-18 13:48:11 -08:00
2018-09-15 00:37:49 -07:00
2018-09-15 00:37:49 -07:00
2018-09-20 09:37:30 -07:00
2018-09-20 09:37:30 -07:00
2021-01-18 13:48:11 -08:00
2019-07-07 09:54:29 -07:00
2020-07-26 16:02:38 -07:00
2021-01-18 13:48:11 -08:00
2021-01-18 13:48:11 -08:00