GDT finally works
This commit is contained in:
6
kernel/compiler/attr.h
Normal file
6
kernel/compiler/attr.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef COMPILER_ATTR_H_
|
||||
#define COMPILER_ATTR_H_
|
||||
|
||||
#define PACKED __attribute__((packed))
|
||||
|
||||
#endif // COMPILER_ATTR_H_
|
Reference in New Issue
Block a user