Fix FAT driver issues (FAT32 while being under 32MiB), liballoc alignment so SSE doesnt break
This commit is contained in:
@@ -14,11 +14,11 @@
|
||||
|
||||
/* Platform-dependent process data */
|
||||
struct proc_platformdata {
|
||||
uint8_t fx_env[512] ALIGNED (16);
|
||||
struct saved_regs regs;
|
||||
uintptr_t kernel_stack;
|
||||
uint64_t fs_base;
|
||||
uintptr_t tls_vaddr;
|
||||
uint8_t fx_env[512] ALIGNED (16);
|
||||
};
|
||||
|
||||
#endif // _KERNEL_AMD64_PROC_H
|
||||
|
||||
Reference in New Issue
Block a user