Rework x86_64 paging and vmm
This commit is contained in:
6
kernel/atomic.h
Normal file
6
kernel/atomic.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef ATOMIC_H_
|
||||
#define ATOMIC_H_
|
||||
|
||||
#define ATOMIC(X) _Atomic(X)
|
||||
|
||||
#endif // ATOMIC_H_
|
Reference in New Issue
Block a user