Add PCI driver
This commit is contained in:
3
src/system/src/util/hex.ts
Normal file
3
src/system/src/util/hex.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function numtohex(num: number) {
|
||||
return num.toString(16);
|
||||
}
|
||||
Reference in New Issue
Block a user