logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: a8082c2786c9dc69200f928ee3f3fb3e3d800598
parent 7c7eb83515478cf340143a6750b690bccb73b33e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 28 Sep 2019 00:44:05 +0200

notes/PPC.txt: Add notes

Diffstat:

Anotes/PPC.txt21+++++++++++++++++++++
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 )