3 ***DISCLAIMER***: _These notes are from the defunct k8 project which_
4 _precedes SquirrelJME. The notes for SquirrelJME start on 2016/02/26!_
5 _The k8 project was effectively a Java SE 8 operating system and as such_
6 _all of the notes are in the context of that scope. That project is no_
7 _longer my goal as SquirrelJME is the spiritual successor to it._
11 I can have ninjas that can climb walls and throw daggers at you in the later
12 level. Then as a joke they can scream "Sodoku!" and throw a book at you which
13 does much damage but does not go very far at all.
17 Looks like Vulkan was finally released today, this will be nice.
21 I need an efficient means for reading and writing field bit data.
25 Actually what I can have is a bit based `BinaryBlob` which handles the
26 positioning and program stuff via actual bits rather than bytes. Then I can
27 remove the restriction on instruction information being limited to byte sizes.
28 If there are any 4-bit instruction sets for example, they could then be
29 supported due to the potential of it being at the bit level. Then handling
30 FieldValue will be a bit easier since I can use `BitRange` get with potential
35 Appears ReactOS 0.4.0 has been released, I shall investigate it.
39 Sadly it BSODs in QEMU.