Comments now conform to PasDoc specifications.
git-svn-id: https://spexeah.com:8443/svn/Asuro@749 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
src
console.pascontextswitcher.pascpu.pasdrivermanagement.pas
driver
bus
exp
hid
include
interface
net
netdev
timers
fault
ACE.pasBPE.pasBTSSE.pasCFE.pasCSOE.pasDBGE.pasDBZ.pasDFE.pasGPF.pasIDOE.pasIOPE.pasMCE.pasNCE.pasNMIE.pasOOBE.pasPF.pasSFE.pasSNPE.pasUIE.pas
faults.pasgdt.pasidt.pasinclude
asuro.pasbios_data_area.pascrc.pasfonts.paslists.pasmultiboot.passtrings.passystem.pastypes.pasutil.pas
irq.pasisr.pasisr
kernel.paslmemorymanager.paspmemorymanager.pasprocessloader.pasprog
scheduler.pastracer.pastss.pasvmemorymanager.pas@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR17
|
||||
* Description: Alignment Check Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->ACE - Alignment Check Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit ACE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR3
|
||||
* Description: Breakpoint Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->BPE - Break Point Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit BPE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR10
|
||||
* Description: Bad TSS Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->BTSSE - Bad TSS Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit BTSSE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR11
|
||||
* Description: Coprocessor Fault Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->CFE - Coprocessor Fault Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit CFE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR9
|
||||
* Description: Coprocessor Seg Overrun Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->CSOE - Coprocessor Seg Overruun Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit CSOE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR1
|
||||
* Description: Debug Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->DBGE - Debug Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit DBGE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR0
|
||||
* Description: Divide-By-Zero Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->DBZ - Divide By Zero Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit DBZ;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR8
|
||||
* Description: Double Fault Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->DFE - Double Fault Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit DFE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR13
|
||||
* Description: General Protection Fault
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->GPF - General Protection Fault.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit GPF;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR4
|
||||
* Description: Into Detected Overflow Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->IDO - Into Detected Overflow Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit IDOE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR6
|
||||
* Description: Invalid OPCode Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->IOPE - Invalid OPCode Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit IOPE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR18
|
||||
* Description: Machine Check Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->MCE - Machine Check Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit MCE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR7
|
||||
* Description: No Coprocessor Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->NCE - No Coprocessor Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit NCE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR2
|
||||
* Description: Non-Maskable Interrupt Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->NMIE - Non-Maskable Interrupt Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit NMIE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR5
|
||||
* Description: Out of Bounds Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->OOBE - Out Of Bounds Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit OOBE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR14
|
||||
* Description: Page Fault
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->PF - Page Fault.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit PF;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR12
|
||||
* Description: Stack Fault Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->SFE - Stack Fault Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit SFE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR11
|
||||
* Description: Segment Not Present Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->SNPE - Segment Not Present Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit SNPE;
|
||||
|
||||
interface
|
||||
|
@ -1,12 +1,8 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Drivers/ISR15
|
||||
* Description: Unknown Interrupt Exception
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
{
|
||||
Fault->UIE - Unknown Interrupt Exception.
|
||||
|
||||
@author(Kieron Morris <kjm@kieronmorris.me>)
|
||||
}
|
||||
unit UIE;
|
||||
|
||||
interface
|
||||
|
Reference in New Issue
Block a user