wip: TSS added to the gdt and start to implement scheduler
This commit is contained in:
6
libbozo/headers/list.h
Normal file
6
libbozo/headers/list.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct list {
|
||||
void *content;
|
||||
struct list *next;
|
||||
};
|
Reference in New Issue
Block a user