0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 11 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
no message More... over 17 years ago
no message More... almost 18 years ago
no message More... almost 18 years ago
no message More... almost 18 years ago
no message More... about 18 years ago
no message More... about 18 years ago
no message More... about 18 years ago
Added C++ inline functions to write and read ports More... about 18 years ago
Enabled the I/O APIC More... about 18 years ago
no message More... about 18 years ago
no message More... about 18 years ago
no message More... about 18 years ago
no message More... about 18 years ago
- improved interrupt handling system - fixed the copy right dates :) More... about 18 years ago
no message More... about 18 years ago
Rewrote mp_detect, new design is meant to be more flexible and efficient More... about 18 years ago
no message More... about 18 years ago
no message More... about 18 years ago
- Heap manager now allows multiple CPUs to create their hal - Added I/O apic detection to the mp class - Cleaned up main.cpp More... about 18 years ago
no message More... about 18 years ago
- Fixed a bug in the asm interrupt stub More... about 18 years ago
- Moved Apic functions related to interprocessor communication to the ipi class - Apic timer functions can now be found in the timer class More... about 18 years ago
- Renamed apic.cpp to apic_local.cpp and reorganized the class - Added a basic IO Apic class More... about 18 years ago
no message More... about 18 years ago
- Found and fixed the bug in the ap boot-code - All detected processors boot and print a message More... about 18 years ago
- Improved the detection routines so that they should now also detect std configurations corretly - Wrote a number of helper methodes to access the mp configuration table - Cleaned the code up a bit More... about 18 years ago
- Slightly improved the range concept - Connected the allocation of virtual pages to temporary objects to avoid memory leaks More... about 18 years ago
- Class should be thread-safe now More... about 18 years ago
- As we can't use global objects, it's often more convenient to simply derive the class that is supposed to to be thread safe from the mutex than to created the mutex dynamically - I therefore renamed Enter->EnterMutex and Exit->ExitMutex to make the code more obvious - Have a look at the console to see what I mean More... about 18 years ago
- Instances of the apic class are now created dynamically on the heap - Made a few changes to the constructor/descriptor to adapt the class to the changes in heap memory management More... about 18 years ago