Added basic GDT and (very) basic IDT. And serial output.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#define BAD_APPLE_OS_ARRAY_INCLUDED
|
||||
|
||||
#include <cstddef>
|
||||
#include <initializer_list>
|
||||
#include <stdexcept>
|
||||
#include <utility>
|
||||
|
||||
@@ -141,6 +142,9 @@ public:
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
template<typename T, typename... U>
|
||||
array(T, U...) -> array<T, 1 + sizeof...(U)>;
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_ARRAY_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user