wip: better way of handling thread switch (iret in the switch)
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void scheduler(void);
|
||||
#include <stdint.h>
|
||||
|
||||
void scheduler(uint32_t *esp);
|
||||
|
||||
Reference in New Issue
Block a user