PPC.txt (531B)
- ## 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 )