Add: PCI driver, lspci

This commit is contained in:
xamidev
2024-09-08 13:45:15 +02:00
parent 8826a7d873
commit df7187ca75
6 changed files with 146 additions and 1 deletions

View File

@@ -39,5 +39,6 @@ void program_ls();
void program_cat();
void program_bmp();
void program_lspci();
#endif