Rework x86_64 paging and vmm
This commit is contained in:
@ -3,5 +3,6 @@
|
||||
|
||||
#define PACKED __attribute__((packed))
|
||||
#define ALIGNED(x) __attribute__((aligned((x))))
|
||||
#define NORETURN __attribute__((noreturn))
|
||||
|
||||
#endif // COMPILER_ATTR_H_
|
||||
|
Reference in New Issue
Block a user