aboutsummaryrefslogtreecommitdiff
path: root/x86.c
Commit message (Collapse)AuthorAgeFilesLines
* Add windows supportHEADmasterJoseph Hunkeler2023-04-301-0/+19
|
* bugfix: remove null pointer check because it will always evaluate as true ↵Joseph Hunkeler2023-04-261-2/+2
| | | | with static character string
* Use static storageJoseph Hunkeler2023-04-261-15/+5
| | | | | | * Almost everything returned by the system is immutable * Fixed block_device array initialization and alphabetical sorting * Free memory where possible
* RefactorJoseph Hunkeler2023-04-231-0/+117
Split linux, darwin, and x86 into separate modules