diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-02 21:02:35 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-02 21:02:35 +0100 |
| commit | 6132623dbf3076da11cdb85c494fadd7ee0f0a93 (patch) | |
| tree | bcfeaade99c13b9a02fff282e8ef3998e405f14a /CHANGELOG.md | |
| parent | d4e2441ad7063ce7ca29981ca527b1aa643b0b0c (diff) | |
| download | fbos-6132623dbf3076da11cdb85c494fadd7ee0f0a93.tar.gz fbos-6132623dbf3076da11cdb85c494fadd7ee0f0a93.zip | |
Share the same stack everywhere
As documented in the code, we are not implementing any kind of memory
protection, so in theory any process (regardless if running in user or
kernel space) would be able to tamper with other processes' stack.
Hence, don't even pretend that we are separating stacks and share the
same global stack everywhere. This simplifies things a bit.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
0 files changed, 0 insertions, 0 deletions
