Editing Hypervisor Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
This is a copy of the page from 22nd of February 2011, right before ps3wiki.lan.st went down. | |||
---- | ---- | ||
= Event Notification = | = Event Notification = | ||
Line 5,815: | Line 367: | ||
sc_vuart_4_get_peer_vuart - 0x002ED384 (3.15) | sc_vuart_4_get_peer_vuart - 0x002ED384 (3.15) | ||
sc_send - 0x0020A908 | sc_send - 0x0020A908 (3.15) | ||
== lv1_get_rtc == | == lv1_get_rtc == | ||
Line 5,827: | Line 375: | ||
*After a request is sent to SC VUART 4, '''lv1_get_rtc''' busy waits until SC VUART 4 receive data buffer is not empty. | *After a request is sent to SC VUART 4, '''lv1_get_rtc''' busy waits until SC VUART 4 receive data buffer is not empty. | ||
*When SC VUART 4 receive data buffer is not empty, '''lv1_get_rtc''' reads 24 bytes from the VUART. | *When SC VUART 4 receive data buffer is not empty, '''lv1_get_rtc''' reads 24 bytes from the VUART. | ||