diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 07a5370..d667360 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -32,3 +32,9 @@ - [Multitâche](x86_64/premiers-pas/06-multitache.md) - [Tache utilisateur](x86_64/premiers-pas/06-tache-utilisateur.md) - [Epilogue](x86_64/premiers-pas/06-epilogue.md) +- [drivers]() + - [cartes réseaux]() + - [e1000](drivers/cartes-réseaux/E1000.md) + - [RTL8139](drivers/cartes-réseaux/RTL8139.md) + - [communication série]() + - [UART8250](drivers/communication-serie/UART8250.md) diff --git "a/src/drivers/cartes-r\303\251seaux/E1000.md" "b/src/drivers/cartes-r\303\251seaux/E1000.md" new file mode 100644 index 0000000..e95cd63 --- /dev/null +++ "b/src/drivers/cartes-r\303\251seaux/E1000.md" @@ -0,0 +1,7 @@ +# E1000 + +# Références + +- [Intel i217 datasheet](https://www.mouser.com/datasheet/2/612/i217-ethernet-controller-datasheet-257741.pdf) +- [Intel 82540EM datasheet](https://www.intel.com/content/dam/doc/manual/pci-pci-x-family-gbe-controllers-software-dev-manual.pdf) + diff --git "a/src/drivers/cartes-r\303\251seaux/RTL8139.md" "b/src/drivers/cartes-r\303\251seaux/RTL8139.md" new file mode 100644 index 0000000..617ef79 --- /dev/null +++ "b/src/drivers/cartes-r\303\251seaux/RTL8139.md" @@ -0,0 +1,5 @@ +# RTL8139 + +# Référence + +- [RTL8139D Datasheet](http://realtek.info/pdf/rtl8139d.pdf) \ No newline at end of file diff --git a/src/drivers/communication-serie/UART8250.md b/src/drivers/communication-serie/UART8250.md new file mode 100644 index 0000000..697d85d --- /dev/null +++ b/src/drivers/communication-serie/UART8250.md @@ -0,0 +1,45 @@ +# UART8250 / UART16750 + +