Add a simple /proc/cpuinfo that includes some info from CPUID.

This commit is contained in:
Andreas Kling 2018-11-02 09:25:23 +01:00
commit 812e7940e2
Notes: sideshowbarker 2024-07-19 18:34:34 +09:00
5 changed files with 81 additions and 3 deletions

View file

@ -447,4 +447,3 @@ void handleIRQ()
s_irqHandler[irq]->handleIRQ();
PIC::eoi(irq);
}