Add PCI driver

This commit is contained in:
2025-12-03 21:17:23 +01:00
parent e4b18fc8d7
commit 7defc557b2
9 changed files with 289 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
export function numtohex(num: number) {
return num.toString(16);
}