1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

idt stuff

This commit is contained in:
Adrien Bourmault 2019-04-01 23:53:36 +02:00
parent 0614070cfc
commit 082a1b82d8
2 changed files with 3 additions and 3 deletions

View File

@ -22,6 +22,7 @@
// along with OS/K. If not, see <https://www.gnu.org/licenses/>. //
//----------------------------------------------------------------------------//
#include <kernel/cpu.h>
char *KeGetVendorString(void) {
return "Null";

View File

@ -22,8 +22,7 @@
// along with OS/K. If not, see <https://www.gnu.org/licenses/>. //
//----------------------------------------------------------------------------//
idtp
#include <kernel/cpu.h>
//
// Registers the new idt in the idtr register.
@ -38,5 +37,5 @@ static inline void lidt(IdtDescriptor_t idtDesc)
//
error_t CpuInitIdt(void)
{
return error_t stub;
}