summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-02 13:07:17 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-02 13:07:17 +0200
commit834af201bae182e75f8aab9b5befc1ed8740ef79 (patch)
tree3df947d01f784138f74889c645715209267b83e7 /BUGS
parente3ece7bce558a1168938c1d81b1c235faa772e00 (diff)
downloadabaos-834af201bae182e75f8aab9b5befc1ed8740ef79.tar.gz
abaos-834af201bae182e75f8aab9b5befc1ed8740ef79.tar.bz2
some more vtable initialization fixes
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index a3dedc4..3b238c6 100644
--- a/BUGS
+++ b/BUGS
@@ -13,3 +13,6 @@
modus operandi. Accesses via base member chains are type safe, but
we have to know the depth of the hierarchy of a derived class. Casts
on the other hand are shorter to read, but not type-safe.
+- real hardware like the Asus EEEPC 701 cannot switch A20 correctly,
+ no clue why?
+