Add fixes for multiple sectors per cluster
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include <process/process.h>
|
||||
|
||||
|
||||
struct pcb fake_pcb;
|
||||
|
||||
//TODO
|
||||
struct pcb* get_pcb_ptr() {
|
||||
return 0;
|
||||
return &fake_pcb;
|
||||
}
|
||||
Reference in New Issue
Block a user