nitros9project / nitros9

NitrOS-9 Operating System
14 stars 15 forks source link

F256 fonts build locations #59

Closed jfed6000 closed 5 days ago

jfed6000 commented 1 week ago

This moves all the fonts to level1/f256/sys/fonts in the source. It also added fonts from Micah's f256 fonts. Makefiles were updated for Level 1, FEU and Level 2 to pull the font module from the new location. Level 1 and FEU do not get a sys/fonts directory (this can be added later, if necessary), but they still have the /font/ module in the OS9Bootfiles. Level 2 has the /font/ module in the OS9Bootfiles as well as all of the fonts in sys/fonts. Older NitrOS-9 fonts were removed for compatibility reasons.

Built and tested FEU, L1 and L2 on F256Jr. Verified that font module was in the boot file using os9 ident command from toolshed.

This is the first part of adding additional font and font support to the f256 NitrOS-9 build.