Skip to main content
Home Forums 68kMLA Find total RAM amount in Open Firmware — #3
Post #3 by paws
Source Forum68kMLA
CategorySoftware
Post DateTue, 11 Nov 2008 - 16:36
Original URLhttps://68kmla.org/bb/threads/find-total-ram-amount-in-open-firmware.15559/
Post
It is possibly, I can't remember off-hand, but it probably involves finding the path to the RAM and getting .properties. Try doing

> dev / ls

to see a list of devices, and then finding the path of the RAM. Then type in

> dev /path/to/ram .properties

I think that's it, anyways.

mp.ls