mirror of
https://github.com/drasko/codezero.git
synced 2026-04-03 02:29:06 +02:00
Fixed various faults with execve().
Added a new ordered task_insert_vma() function
This commit is contained in:
@@ -243,6 +243,7 @@ int file_open(struct tcb *opener, int fd)
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Inserts the page to vmfile's list in order of page frame offset.
|
||||
* We use an ordered list instead of a better data structure for now.
|
||||
|
||||
Reference in New Issue
Block a user