banan-os/BAN
Bananymous d5e0900cbb BAN: String now uses union for its sso storage
This allows String to shrink by 8 bytes since Variant's 8 index is
no longer stored in here.

This required me to make Strings max size one bit less, but that
should still be fine. There should never be strings with size of
over half of the computer's address space.
2023-10-30 11:13:16 +02:00
..
BAN BAN: String now uses union for its sso storage 2023-10-30 11:13:16 +02:00
include/BAN BAN: String now uses union for its sso storage 2023-10-30 11:13:16 +02:00
.gitignore Kernel: lol 2022-12-13 12:12:15 +02:00
CMakeLists.txt BuildSystem: use -a with rsync 2023-08-28 11:38:17 +03:00