Merged with master

This commit is contained in:
Andreas T Jonsson
2024-05-02 09:27:46 +02:00
70 changed files with 1571 additions and 795 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ init_os_version :: proc () {
os_version.as_string = strings.to_string(b)
}
@(init)
@(init, private)
init_ram :: proc() {
// Retrieve RAM info using `sysctl`
mib := []i32{sys.CTL_HW, sys.HW_PHYSMEM64}