mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:27:35 +00:00
Process now maps regions immediately when they are allocated.
This avoids having to do a separate MM.mapRegionsForTask() pass. Also, more Task => Process renaming that I apparently hadn't saved yet.
This commit is contained in:
parent
4e60551aec
commit
3e532ac7b6
14 changed files with 327 additions and 387 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "types.h"
|
||||
#include "Task.h"
|
||||
#include "Process.h"
|
||||
#include "VGA.h"
|
||||
#include "Disk.h"
|
||||
#include "kmalloc.h"
|
||||
|
@ -145,8 +145,6 @@ bool readSectors(DWORD startSector, WORD count, BYTE* outbuf)
|
|||
count,
|
||||
startSector);
|
||||
#endif
|
||||
Task::checkSanity("Disk::readSectors");
|
||||
|
||||
disableIRQ();
|
||||
|
||||
CHS chs = lba2chs(IDE0_DISK0, startSector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue