Last active
June 22, 2019 20:16
-
-
Save CodeFetch/7bda32f26d6ee4d93a925ef20438ae69 to your computer and use it in GitHub Desktop.
Ergänzungen zur Speicheraufrüstung
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** WICHTIGER HINWEIS ** | |
In den c't-Artikel hat sich ein Fehler eingeschlichen. | |
Der korrekte Befehl zum Schreiben der MAC-Adresse lautet: | |
printf "\xaa\xbb\xcc\xdd\xee\xff" | dd conv=notrunc ibs=1 obs=256 seek=508 count=6 of=out.bin | |
Ich bitte vielmals um Verzeihung. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment