Skip to content

User Kit 20220209

Compare
Choose a tag to compare
@valentinbreiz valentinbreiz released this 09 Feb 17:52
· 1498 commits to master since this release
d1ac2c2

Bug Fixes

  • Memory leaks fix
  • Various fix

Improvements

  • Port Cosmos and IL2CPU to .net5
  • Faster canvas (double buffering now implemented)
  • Better multi-canvas support (VBE BGA, VBE Multiboot / SVGAII)
  • Compilation faster (yasm support)
  • Better Virtual File System, Better Disk Manager (FAT32 formatting implemented)
  • IL2CPU build now cross-platform
  • Support different textmode size

Changes

  • Memory Manager / Garbage Collector
  • Add ISO9660 filesystem support
  • Add RTL8139 network card support
  • Add TCP support
  • Add DHCP support
  • Add DNS support
  • Draw String, DrawChar, Scale Image support
  • Switch bootloader from Syslinux to Grub2
  • Implemented multiboot2
  • Add possibility to add files into the ISO files in VS property page
  • Add possibility to enable VBE VESA from multiboot in VS property page
  • Add possibility to disable some drivers at boot time