2 Copyright © 1995-2011, The AROS Development Team. All rights reserved.
9 #ifndef KERNEL_INTERN_H_
10 #define KERNEL_INTERN_H_
13 #include <hardware/vbe.h>
17 #define STACK_SIZE 8192
18 #define PAGE_SIZE 0x1000
25 APTR kb_APIC_TrampolineBase
;
26 struct APICData
*kb_APIC
;
29 extern struct segment_desc
*GDT
;
31 void vesahack_Init(char *cmdline
, struct vbe_mode
*vmode
);
32 void core_Unused_Int(void);
33 void PlatformPostInit(void);
37 struct ExceptionContext
;
39 void core_LeaveInterrupt(struct ExceptionContext
*);
40 void core_Supervisor(struct ExceptionContext
*);
41 void core_Reboot(void);
43 #endif /* KERNEL_INTERN_H_ */