Skip to content

Release v0.2.0

Compare
Choose a tag to compare
@icexin icexin released this 21 Jul 15:56
· 113 commits to main since this release
b74627c

This release brings a lot of new features, such as graphical interface support, floating-point support and supports the latest go version etc. Also fixed some bugs.

The next version will be migrated to the amd64 architecture, and the 386 code may be deleted.

Features:

  • add mouse and gui (#32), GUI can be accessed by uidemo command.
  • add support for go version >= 1.14 (#45)
  • add cmos clock (#37)
  • add fpu support (#31)
  • add tss, running main on ring3 (#30)

Fixes:

  • sync page cache after mmap (#39)
  • change net stack package from netstack => gvisor (#45)
  • fix dhcp h.isValid on qemu 6.0 (#26)