Conversation
|
Maybe releasing version 8.1 before these boot optimizations is a good idea? |
|
Why not include the boot layout changes? Going backwards and producing binaries to upload is a lot of work. We might be better off with more frequent releases anyways if I didn't worry about organizing all the changes in a ChangeLog each time. The build process could probably be automated on my end and let Github produce the ChangeLog (I don't prefer its output, but its automated). With the introduction of #2074 yesterday, it may be possible for Github to automatically build all images with the CI, although that would slow down the individual PR submission/acceptance by quite a bit, which is already 3mins * 2 = 6 mins. (Sounds small but when you have 4-5 PRs in queue, one sits around waiting for quite a bit). There is no code difference, only the I was also hoping to solve the problem of not being able to produce PC-98 images on Debian 12.7, for which #2074 is also a fix. |
|
In my mind it is about what is tested. New stuff is untested. For me, even a single line of change can produce a bug. |
|
Quick tested v0.8.1 released pc-98 image on the emulator. |
Enhance
./build.shto stop on error (discussed in #2042).Update documentation on mtools, flex, bison (not needed).
Cleans up atoi.c, atol.c.