]> git.ameliathe1st.gay Git - voyage-au-centre-des-fichiers.git/commit
Added a doc.txt file to specify the kernel documentation, and added a corresponding...
authorAmelia Coutard <eliottulio.coutard@gmail.com>
Tue, 28 Feb 2023 22:24:56 +0000 (23:24 +0100)
committerAmelia Coutard <eliottulio.coutard@gmail.com>
Tue, 28 Feb 2023 22:24:56 +0000 (23:24 +0100)
commit780c69c17e3668400bfdaaa84925de681e0d1ba7
treee83345fbef0631fc47b0c45b88e554254e07b956
parent2376186ed5dc86af752e73a2020f8982c9182382
Added a doc.txt file to specify the kernel documentation, and added a corresponding assert in the code

Currently, the documentation specifies how virtual memory is used.
The added assert ensures that any loaded elf program's segments are within the specified bounds.
doc.txt [new file with mode: 0644]
kernel/src/kernel.cpp