commit | 37481ef2e3776292d15883b9f4aa855d4090ee2d | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Wed May 10 21:17:16 2023 +0200 |
committer | Helge Deller <deller@gmx.de> | Wed May 10 21:17:16 2023 +0200 |
tree | 49afb8d6221dce5021b6c67a6030b7d09f881def | |
parent | 3258b4444d84876d27bbf3fcf5c849fd58727db4 [diff] |
ipl: Speed up printing the IPL menu on C8000 workstation It turned out, that calling the IODC to print a char to the console is incredibly slow when running on a C8000 workstation. Speed it up a lot by printing as many chars at once per call to firmware. Since new-line chars need to be replaced by \n\r, break all strings at this char. Signed-off-by: Helge Deller <deller@gmx.de>