wip: multitasking: change eip but not working
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
#include "kprintf.h"
|
||||
#include "memory.h"
|
||||
|
||||
uint32_t eip_backup;
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t esp_backup;
|
||||
|
||||
static struct task *create_task(uint8_t owner_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user