wip: multitasking: change eip but not working

This commit is contained in:
2025-01-21 10:41:27 +01:00
parent d889a251ef
commit 57ce3c792d
3 changed files with 9 additions and 5 deletions

View File

@ -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)
{