Process Creation & Binary Support #3

Open
opened 2025-05-15 23:26:31 -04:00 by shibedrill · 1 comment
Owner

To make this OS useful, I need to get it to execute code!!!

  • Create task entries with their own memory regions
  • Context switching, timers, interrupts
To make this OS useful, I need to get it to execute code!!! - Create task entries with their own memory regions - Context switching, timers, interrupts
shibedrill added this to the Gila Version 1.0 project 2025-05-15 23:26:31 -04:00
shibedrill added a new dependency 2025-05-17 12:21:12 -04:00
shibedrill added a new dependency 2025-05-17 12:21:20 -04:00
shibedrill added a new dependency 2025-05-17 12:21:47 -04:00
shibedrill added the
Kind/Feature
Priority
High
labels 2025-11-06 23:53:35 -05:00
shibedrill added this to the Gila v1.0.0 milestone 2025-11-06 23:54:59 -05:00
shibedrill removed a dependency 2026-03-16 17:45:03 -04:00
Author
Owner

First things first, I have to switch to my own page tables, and unmap the lower portion of memory. Then I can map a few pages for Userboot, load some code, and try to execute it.

First things first, I have to switch to my own page tables, and unmap the lower portion of memory. Then I can map a few pages for Userboot, load some code, and try to execute it.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
#1 Text-based display
shibedrill/gila
Depends on
Reference: shibedrill/gila#3
No description provided.