essence-os/kernel
Vladimir Serbinenko dfac99781c memory: Don't map extra page unnecessarily
When offset2 != 0 it doesn't necessarily mean that we need an extra page.
Fix calculation to map extra page only when necesarry.

This is needed as next page may be unavailable like when available RAM
follows XSDT and hence not available for mapping.
2023-08-16 20:44:09 +02:00
..
cache.cpp instance callbacks; bugfixes 2021-12-16 19:06:08 +00:00
config.ini ini files: move name to separate key in drivers and fonts 2022-03-16 12:22:20 +00:00
drivers.cpp add APIs for applications to add and remove custom mount points 2022-02-04 22:15:46 +00:00
elf.cpp api: cleanup error codes 2022-02-10 12:18:26 +00:00
files.cpp general: use contentType field for file types 2022-03-24 16:58:35 +00:00
graphics.cpp use KDeviceSendConnectedMessage for graphics targets; upload helpful commands for gdb 2022-01-01 21:15:37 +00:00
kernel.h cleanup 2022-01-05 14:40:04 +00:00
main.cpp general: bugfixes (part 2) 2022-03-25 14:25:13 +00:00
memory.cpp memory: Don't map extra page unnecessarily 2023-08-16 20:44:09 +02:00
module.h files: storing file content type 2022-03-21 14:25:58 +00:00
networking.cpp cleanup api 2021-12-19 13:48:56 +00:00
objects.cpp misc 2022-12-16 11:18:37 +00:00
posix.cpp global: rename DirectoryEnumerateChildren to DirectoryEnumerate 2022-03-10 21:32:05 +00:00
scheduler.cpp posix subsystem execve use correct base directory 2022-02-05 15:43:17 +00:00
symbols.cpp misc 2022-02-07 16:32:55 +00:00
synchronisation.cpp fix race on desktopProcess in shut down 2021-11-13 19:33:44 +00:00
syscall.cpp general: use contentType field for file types 2022-03-24 16:58:35 +00:00
terminal.cpp more instructive kernel panic message 2022-01-04 08:14:40 +00:00
windows.cpp faster painting of partially opaque windows 2022-01-21 09:32:59 +00:00