From 5893030f32f02865cf93acdbfc3b8ccfa6d2a6bd Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 25 Apr 2023 05:30:38 +0300 Subject: [PATCH] Update TODO --- Kernel.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel.cpp b/Kernel.cpp index 8723980..bc9b56b 100644 --- a/Kernel.cpp +++ b/Kernel.cpp @@ -74,6 +74,7 @@ LockClass mExtTrkLock; * - [ ] Rework the stack guard. * - [ ] Mutex implementation. * - [ ] Vector should have a mutex. + * - [ ] Update SMBIOS functions to support newer versions and actually use it. * * ISSUES: * - [x] Kernel stack is smashed when an interrupt occurs. (this bug it occurs when an interrupt like IRQ1 or IRQ12 occurs) @@ -152,7 +153,8 @@ LockClass mExtTrkLock; * https://www.amd.com/system/files/TechDocs/40332.pdf * * - SMBIOS: - * https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.2.0.pdf + * https://www.dmtf.org/dsp/DSP0134 + * https://www.dmtf.org/sites/default/files/standards/documents/DSP0134_3.6.0.pdf * * - UMIP, SMAP and SMEP: * https://en.wikipedia.org/wiki/Control_register