Releases: portasynthinca3/neutron
Releases · portasynthinca3/neutron
v0.2.0
- Bootloader (Muon-1 and Muon-2) completely tossed out
- BIOS and IA-32 are now the "good ol' days"
- Move to UEFI and x86-64
v0.1.7
- Added the "System window" with some information about the system and a button that lets the user change the main color
- Color picker
- Better performance, several bugfixes
v0.1.3
- Added proper VESA VBE video modes detection
- Fixed a huge lot of bugs, both in the bootloader and in the kernel
v0.1.2
- ACPI power management driver
- Shutdown/restart prompt
v0.1.0
- High-res 24bpp graphics
- New window controls
- Proper RAM allocation routine (now uses the BIOS memory map)
v0.0.8-alpha
- ATA disk reading
- MBR partition table parsing
- nFS (neutron's own filesystem) parsing
- an example to demonstrate all of the above in one window
v0.0.7-alpha
- Fixed a bug in the bootloader for like the tenth time. Dear bootloader, please, just let me write C code :(
- XBM image drawing
- Bootscreen kinda reworked
v0.0.5-alpha
- Multiple window rendering
- Window focusing
v0.0.4-alpha
- Basic window rendering
- Window dragging
v0.0.3-alpha
- Bare bones of PCI and EHCI support
- Some very basic hardware initialization
- PS/2 mouse reading and cursor movement