@aldostools
Whats the difference of /reboot.ps3?quick ?
Soft only reboots the lv2
Hard the whole system
how about the quick?
'quick reboot' = load LPAR id 1 (calls syscall 379 with 0x8201) - it is slightly faster than soft reboot
'soft reboot' = calls syscall 379 with 0x0200
'hard reboot' = calls syscall 379 with 0x1200
'shutdown' = calls syscall 379 with 0x1100