mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 07:24:37 +00:00
Get cpu data too
This commit is contained in:
parent
89f5d29135
commit
01e892a8be
@ -436,6 +436,7 @@ namespace CrashHandler
|
||||
if (cpudata != nullptr)
|
||||
{
|
||||
crashdata.ID = cpudata->ID;
|
||||
crashdata.CPUData = cpudata;
|
||||
error("Technical Informations on CPU %lld:", cpudata->ID);
|
||||
}
|
||||
|
||||
|
@ -24,6 +24,7 @@ struct CRData
|
||||
CPU::x64::DR7 dr7;
|
||||
|
||||
long ID;
|
||||
void *CPUData;
|
||||
Tasking::PCB *Process;
|
||||
Tasking::TCB *Thread;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user