tergav17 / IshkurCPM

An open source, modular CP/M distribution for the NABU computer
GNU General Public License v3.0
23 stars 3 forks source link

FONT.GRB is opened with NHACP_O_RDWR, should be NHACP_O_RDONLY #5

Closed thorpej closed 1 year ago

thorpej commented 1 year ago

Debug trace from nabud:

DEBUG: nhacp_req_storage_open: [::ffff:127.0.0.1] nhacp_o_flags 0x0001 -> fileio_o_flags 0x00000041 INFO: stext_file_open: [::ffff:127.0.0.1] Opening 'FONT.GRB' ERROR: stext_file_open: [::ffff:127.0.0.1] Unable to open file 'FONT.GRB': Permission denied

This obviously makes the boot fail if the Ishkur system binaries are installed into the host system as read-only.

thorpej commented 1 year ago

This issues also applies to loading the CCP.

tergav17 commented 1 year ago

Fixed, thank you!