Age | Commit message (Collapse) | Author |
|
This patch adds the `USING_AK_GLOBALLY` macro which is enabled by
default, but can be overridden by build flags.
This is a step towards integrating Jakt and AK types.
|
|
|
|
|
|
This adds a transparent dereference operator, aswell as a constant
arrow operator
Also increaces the verbosity of the code
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
This will be used to fix the UHCI Controller, which relies on
the pointer-size being 32-bit
|