mirror of
https://github.com/drasko/codezero.git
synced 2026-02-18 21:03:14 +01:00
Removed kmalloc. Initialization path resolved, almost done.
This commit is contained in:
@@ -127,6 +127,8 @@ typedef struct pmd_table {
|
||||
|
||||
#define TASK_PGD(x) (x)->space->pgd
|
||||
|
||||
#define STACK_ALIGNMENT 8
|
||||
|
||||
/* Kernel's data about the fault */
|
||||
typedef struct fault_kdata {
|
||||
u32 faulty_pc;
|
||||
|
||||
Reference in New Issue
Block a user