Ubuntu was intalled with the default nvidia drivers that it brought (I believe 3.90)
Clone https://github.com/0xbb/apple_set_os.efi
For details, see the README.md
Build it:
const int ENTRY_COUNT = 10; | |
const char* ENTRIES[ENTRY_COUNT] = | |
{ | |
"Entry 0", | |
"Entry 1", | |
"Entry 2", | |
"Entry 3", | |
"Entry 4", | |
"Entry 5", |
package; | |
typedef Union2<T1,T2> = haxe.extern.EitherType<T1,T2>; | |
abstract JSObject( Dynamic ) from Dynamic to Dynamic | |
{ | |
public inline function new() | |
{ | |
this = {}; | |
} |
Ubuntu was intalled with the default nvidia drivers that it brought (I believe 3.90)
Clone https://github.com/0xbb/apple_set_os.efi
For details, see the README.md
Build it:
### Keybase proof | |
I hereby claim: | |
* I am harold-b on github. | |
* I am hbrenes (https://keybase.io/hbrenes) on keybase. | |
* I have a public key ASCzbHUfLxq8Is5VtlwA8cOP__7fo7oB9IddgTzAVW743Qo | |
To claim this, I am signing this object: |
This will disable the error spam for each pcie device listed in the ids
array
#!/bin/bash
set -eo pipefail
@echo OFF | |
setlocal enabledelayedexpansion | |
wsl.exe krgpg %* |
package jni | |
import "base:intrinsics" | |
import "base:runtime" | |
import cffi "core:c" | |
when ODIN_OS == .Linux { | |
foreign import lib { | |
"system:jni", | |
} |
import lldb | |
import math | |
import logging | |
log = logging.getLogger(__name__) | |
def is_slice_type(t, internal_dict): | |
return (t.name.startswith("[]") or t.name.startswith("[dynamic]")) and not t.name.endswith(']') | |
def slice_summary(value, internal_dict): |
package bgfx | |
import "base:intrinsics" | |
import "base:runtime" | |
import cffi "core:c" | |
when ODIN_OS == .Linux { | |
@require foreign import bgfx { | |
"libs/windows/bgfx.a", | |
} |
Find the latest version here: https://github.com/harold-b/odin-bindings/blob/master/sdl3/sdl3.odin