fb:porticula NoPaste
core_const.bi
Uploader: | ThePuppetMaster |
Datum/Zeit: | 26.08.2008 22:08:30 |
'###############################################################################################################
'###############################################################################################################
'### F B - C O R E
'###############################################################################################################
'###############################################################################################################
'### Version: 1.00.0
'### Revision: 0
'###############################################################################################################
'### (c) 2008 By.: /_\ DeltaLab's Germany [experimental computing]
'### Author: Martin Wiemann
'### Date of Idea: 2008.08.16 - 17:55:38
'###############################################################################################################
'### Copy('s) of this code or a part of this IS allowed!!!
'###############################################################################################################
'###############################################################################################################
Const GURU_NoError = 1
Const GURU_UnknowErrorInFunction = 0
Const GURU_Multiboot_NoMagicKey = -1
Const GURU_Multiboot_NoDriveAdr = -2
Const GURU_MemMan_Already_Init = -3
Const GURU_MemMan_NoFreeMemoryFound = -4
Const GURU_MemMan_MemoryPageAllocError = -5
Const GURU_MemMan_MemoryPageIDOutOfRange = -6
Const GURU_MemMan_MemoryPageAlreadyFree = -7
Const GURU_MemMan_MemoryPageUseCountError = -8
Const GURU_IRQ_IRQID_OutOfRange = -9
Const GURU_IRQ_IRQID_CallbackAlrightInstalled = -10
Const GURU_IRQ_IRQID_NoCallbackInstalled = -11
Const GURU_PIT_FrqOutOfRange = -12