logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git

PPC.txt (531B)


  1. ## Setting the clock
  2. ```
  3. # decimal dev rtc sec min hour day month year set-time
  4. # The example below sets the clock to 1:23:45 June, 7th, 2000
  5. ok
  6. 0 > decimal dev rtc 45 23 1 6 7 2000 set-time
  7. ok
  8. 1 >
  9. ```
  10. ## Gentoo CDROM Boot
  11. ``boot cd:\boot\grub\powerpc.elf``
  12. ## NetBSD CDROM Boot
  13. Failed but should be something like: ``boot cd:\ofwboot.xcf netbsd``
  14. ## GRUB
  15. - /dev/hdc1 → (ieee1275/ultra2,msdos1)
  16. ## References
  17. - https://wiki.gentoo.org/wiki/PPC/FAQ (elabo mode: https://wiki.gentoo.org/index.php?title=PPC/FAQ&action=edit )