commit: 69d016e48c7852fcc15cde5df7d06bdfd550cc74
parent 568a11173330c366ea39c50ac4f18c88a7caf684
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 28 Sep 2019 00:44:05 +0200
notes/PPC.txt: Add notes
Diffstat:
1 file changed, 21 insertions(+), 0 deletions(-)
diff --git a/notes/PPC.txt b/notes/PPC.txt
@@ -0,0 +1,21 @@
+## Setting the clock
+```
+# decimal dev rtc sec min hour day month year set-time
+# The example below sets the clock to 1:23:45 June, 7th, 2000
+ ok
+0 > decimal dev rtc 45 23 1 6 7 2000 set-time
+ ok
+1 >
+```
+
+## Gentoo CDROM Boot
+``boot cd:\boot\grub\powerpc.elf``
+
+## NetBSD CDROM Boot
+Failed but should be something like: ``boot cd:\ofwboot.xcf netbsd``
+
+## GRUB
+- /dev/hdc1 → (ieee1275/ultra2,msdos1)
+
+## References
+- https://wiki.gentoo.org/wiki/PPC/FAQ (elabo mode: https://wiki.gentoo.org/index.php?title=PPC/FAQ&action=edit )