-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft Release - ELKS v0.8.0 #2035
Comments
Maybe not worth mentioning, but there are some documentation updates/additions:
We should put a link to ElksDoom in the release notes. We can also add that ElksDoom proves that big memory consuming applications can be ported to ELKS and VGA game programming is doable (doable before, but maybe not at this scale). We could (just an idea) do as well an ELKS image with some of the memory optimizations to boot directly into ElksDoom for this release. We could call it "hd32-minix-doom.img" for example. Thank you! |
Yay! Congrats to all contributors! |
@toncho11: I already mentioned Doom in the release notes (too much to read already, right?), but will add a link as well. The Wiki documentation isn't really release oriented, but agreed its important that everyone can find the information they'd like. I'll add the links you mentioned to the release notes Documentation area. We could add a "What's New" section to the Wiki as well, but this can be done at any time. |
Congrats to @ghaerr and the contributors! This seems like the biggest ELKS update since ~0.5 when I started following it. |
Version 0.8.0 is released! Prebuilt images are available here: https://github.com/ghaerr/elks/releases/tag/v0.8.0. |
|
Well @Vutshi you may have missed my comment to you a week ago in all the madness, but yes, a number of enhancements were made to the console and ascii conversion routines so that your favorite program can run a little bit faster! :) |
@ghaerr, I'll be celebrating the release with some ceremonial train benchmarking. |
lol, what a release party! |
Hi @ghaerr Could you attach fd1232-pc98 and fd1440-pc98 to the release too? thanks! |
Yes, sorry. I am traveling but will upload ASAP.
Thank you!
On Sep 24, 2024, at 4:00 PM, Takahiro Yamada ***@***.***> wrote:
Hi @ghaerr<https://github.com/ghaerr>
Could you attach fd1232-pc98 and fd1440-pc98 to the release too?
thanks!
—
Reply to this email directly, view it on GitHub<#2035 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC3OFZPESFZP7AZNF46DDFDZYHOG5AVCNFSM6AAAAABOW5BS6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZSGQ3DEMJYGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hello @tyama501, I've uploaded the PC-98 images for v0.8.0, sorry for the delay! Thank you! |
Hello @ghaerr Never mind. Thank you! |
It's been over a year since ELKS v0.7.0 was released on August 3, 2023.
Following are draft release notes for v0.8.0, please comment if something or someone has been left out.
Thank you to all that have contributed and are using ELKS!
Draft Release - ELKS v0.8.0
ELKS v0.8.0 Downloads
Prebuilt disk images for floppy and hard disks are downloadable below from Github Assets for this release.
These images can be used to boot from PC/XT/AT or PC-98 hardware, or emulators, such as QEMU or dosbox-x.
The images are built with network support by default, supporting NE2K, WD and 3Com NICs.
See the Wiki HowTo for more information.
ELKS v0.8.0 Enhancements
Thank you to all who contributed to ELKS enhancements, bug identification, testing and fixes.
The system continues to be very stable, with no known crashes and long uptimes.
Major Enhancements
Major additions include support for:
large multisegment programs to run, using all available memory if necessary. Doom was recently ported.
allows for other applications to run while waiting for floppy disk I/O.
inode and file allocations to be adjusted as required for min or max memory usage.
system call and function tracing capabilities within running applications.
fastest operation and better elapsed time measurements.
New Commands
Updated Commands
Networking
Boot and Runtime Configuration
PC-98 Port
Kernel Enhancements and Fixes
C Library
Build
Toolchain
Other
Documentation
New Contributors
Full Changelog: v0.7.0...v0.8.0
Chief Maintainer: @ghaerr
The text was updated successfully, but these errors were encountered: