GitOS
Operating system exercise
Loading...
Searching...
No Matches
task Struct Reference

#include <task.h>

Data Fields

struct paging_chunkpage_directory
 The page directory of the task.
 
struct registers registers
 Stored registers of the task (when the task is not running)
 
struct processprocess
 Process of task.
 
struct tasknext
 Next task.
 
struct taskprev
 Previous task.
 

Field Documentation

◆ next

struct task* next

Next task.

◆ page_directory

struct paging_chunk* page_directory

The page directory of the task.

◆ prev

struct task* prev

Previous task.

◆ process

struct process* process

Process of task.

◆ registers

Stored registers of the task (when the task is not running)


The documentation for this struct was generated from the following file: