Andreas Kling
d8013c60bb
Kernel: Add mechanism to make some memory read-only after init finishes
...
You can now use the READONLY_AFTER_INIT macro when declaring a variable
and we will put it in a special ".ro_after_init" section in the kernel.
Data in that section remains writable during the boot and init process,
and is then marked read-only just before launching the SystemServer.
This is based on an idea from the Linux kernel. :^)
2021-02-14 18:11:32 +01:00
..
2021-01-01 23:43:44 +01:00
2021-02-08 18:08:55 +01:00
2021-02-11 22:02:39 +01:00
2021-02-11 22:02:39 +01:00
2021-01-28 18:52:59 +01:00
2021-02-14 10:01:50 +01:00
2021-01-01 15:32:44 +01:00
2020-09-12 13:46:15 +02:00
2021-02-14 18:11:32 +01:00
2021-02-14 18:11:32 +01:00
2021-02-11 22:02:39 +01:00
2021-02-08 18:27:28 +01:00
2021-01-01 23:43:44 +01:00
2021-01-11 22:09:40 +01:00
2021-01-01 23:43:44 +01:00
2021-01-28 18:52:59 +01:00
2021-01-28 18:52:59 +01:00
2021-01-01 23:43:44 +01:00
2021-01-01 23:43:44 +01:00
2020-07-01 12:07:01 +02:00
2021-02-11 22:15:55 +01:00
2021-02-11 22:02:39 +01:00
2021-02-12 19:15:59 +01:00
2021-02-12 16:24:40 +01:00
2021-02-14 10:01:50 +01:00
2021-02-14 01:39:04 +01:00
2021-02-11 22:02:39 +01:00
2021-01-01 23:43:44 +01:00
2021-02-14 10:01:50 +01:00
2021-02-08 22:28:48 +01:00
2021-02-14 10:01:50 +01:00
2021-02-11 22:02:39 +01:00
2021-01-17 20:30:31 +01:00