Explication du Code E1000
Un、Initialisation E1000
1.fonction_principale
void fonction_principale() {
...
#ifdef LAB_RESEAU
initialisation_pci();
initialisation_socket();
#endif
...
}
2.initialisation_pci
void initialisation_pci() {
// Les registres e1000 sont mappés à cette adresse.
// vm.c mappe cette plage.
uint64 registres_e1000 = 0x40000000L ...
Publié le 19 juin à 23h49