0
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added mutex classe, APIC management and AP bootup More... over 18 years ago
* Enabled support for interrupts again: - One IDT per cpu, several handlers may use one stub - C++ methodes are now called directly - Stub creation and interrupt installation now two seperate functions * Paging related bug that lead to crashes on my some computers was removed More... over 18 years ago
no message More... over 18 years ago
no message More... over 18 years ago
Divided the functonality that used to be in main.cpp among a number of new classes to enforce a more modular design More... over 18 years ago
- All procesors now use the same paging structures and the same gdt - Each node's idt will be created dynamically by the C++ code - Several smaller changes to simplify the code.. More... over 18 years ago
Fixed a small bug that caused strings containing newline ('\n') characters not to be displayed completly More... over 18 years ago
- Rewrote CreateIDTEntry for a more flexible design - Added a search routine to locate the mp floating pointer structure - Improved heap allocate of objects More... over 18 years ago
New interrupt stub-code allows the interrupt number to be pushed on the stack so that one C++ isr may served several interrupts More... over 18 years ago
UmapPagetable and UmapPage now use the invlpg instruction to update the TLB More... over 18 years ago
Added handler to demonstrate that the generated isr stub-code works More... over 18 years ago
no message More... over 18 years ago
no message More... over 18 years ago
- console now support the << operator - support for char printing More... over 18 years ago
Added a basic interrupt handler More... over 18 years ago
no message More... over 18 years ago
included /loader/interupt_stub.asm More... over 18 years ago
console.cpp - 2 small bugfixes entry.asm & main.cpp - prepared for smp More... over 18 years ago
no message More... over 18 years ago
Initial revision More... over 18 years ago
Document outlining the new design of trion v0.2 More... over 18 years ago
Document outlining the new design of trion v0.2 More... over 18 years ago
made a floppy disk driver, and dma driver ^^ and modify a FloppyIRQ.cpp file to funtion correctly ^^ More... over 19 years ago
adding a floppyDisk test code into Main.cpp and comment it if someone like to test the floppy disk code, comment out that code. ^^ More... over 19 years ago
made a DMA.h, FloppyDisk.h and add a interruptGenerated variable in FloppyIRQ.h to identify the interrupted occurred More... over 19 years ago
bochs APIC error workaround More... almost 20 years ago
Added fields to the TaskScheduler class More... about 20 years ago
Added a few arch independent fields to the Process class. More... about 20 years ago
Added STARTUP IPI to AP init sequence, APs now boot into their wait loop! More... about 20 years ago
Just Modified a misspelled source file More... about 20 years ago