Page 1 of 1

FiwixOS 3.1 released!

Posted: Wed Dec 08, 2021 3:00 am
by Mikaku
Hello everybody,

I've just released the new FiwixOS 3.1 version.

In this version I've patched GRUB 0.97 to support switching video modes using VESA 2.0+ BIOS calls. The patch includes two additional commands: vbematch and vbeset. It works pretty well either on real and virtualized hardware. This patch has permitted to include support for the frame buffer console, which makes the screen size bigger and improves a lot the user experience.

Also, and for the first time, the interrupts are kept enabled during system calls and exceptions. Unfortunately, this change raised a side effect and now the kernel behaves like if it loses some interrupts, and appears to be slower compared to the previous version. I'll try to fix these issues in the next version.

This new version also includes a massive kernel bug fixing and a lot of improvements in the user environment.

I'll appreciate any feedback if you install FiwixOS 3.1.
Thanks!

Re: FiwixOS 3.1 released!

Posted: Wed Dec 08, 2021 4:17 pm
by nexos
Nice! I've been following this OS project for a year or so now. Very cool :)

Re: FiwixOS 3.1 released!

Posted: Thu Dec 09, 2021 2:00 pm
by Mikaku
nexos wrote:Nice! I've been following this OS project for a year or so now. Very cool :)
Glad to know someone is watching this project.
Thank you very much.