serenity/Libraries/LibBareMetal
Andreas Kling 236dcf7702 LibBareMetal: Add more assertions in copy_{to,from}_user()
Assert that the source/destination address is in kernel space when
appropriate. This is mostly to give ourselves an error if we're doing
something we were not expecting to be doing.
2020-04-14 15:30:25 +02:00
..
Memory LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page() 2020-03-09 10:53:13 +01:00
Output Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
IO.h ACPI: Examine bit width in Generic address structure before asserting 2020-03-12 12:36:38 +01:00
Makefile LibBareMetal: Install headers so ports can pick them up 2020-02-15 13:31:41 +01:00
StdLib.cpp LibBareMetal: Add more assertions in copy_{to,from}_user() 2020-04-14 15:30:25 +02:00
StdLib.h LibBareMetal: Creating a new library for freestanding environments 2020-02-09 19:38:17 +01:00