Here are the patches and fixes needed to read the GSC CDROM's so they can be used with such programs as skymap and rgsc.
set hsfs:ide_prohibited=0xe6 set hsfs:hde_prohibited=0xe6If you make an error in /etc/system, and the system fails to boot as a result, you can do a "boot -a" at the "ok" prompt. Then take all the defaults except for the name of the /etc/system file and use your backup filename. This fix was provided by Mike Carson, a Sun Systems Engineer.
prompt# adb -w vmunix >>>> hs_parsedir+c0?X _hs_parsedir+0xc0: ba0de0ee >>>> hs_parsedir+c0?Wba0de0e6 _hs_parsedir+0xc0: 0xba0de0ee = 0xba0de0e6 >>>> hs_parsedir+1a4?X _hs_parsedir+0x1a4: ba0de0ee >>>> hs_parsedir+1a4?Wba0de0e6 _hs_parsedir+0x1a4: 0xba0de0ee = 0xba0de0e6 >>>> $qNote: >>>> is added to illustrate what you should type. You need to reboot.
You can also edit the file in OBJ/hsfs_node.o, and rebuild the kernel.
prompt# adb -w vmunix >>>> hs_parsedir+9c?X _hs_parsedir+0x9c: ba0da0ee >>>> hs_parsedir+9c?Wba0da0e6 _hs_parsedir+0x9c: 0xba0da0ee = 0xba0da0e6 >>>> hs_parsedir+14c?X _hs_parsedir+0x14c: ba0da0ee >>>> hs_parsedir+14c?Wba0da0e6 _hs_parsedir+0x14c: 0xba0da0ee = 0xba0da0e6 >>>> $qNote: >>>> is added to illustrate what you should type. You need to reboot.