Skip to content
kaleb edited this page May 21, 2016 · 13 revisions

Features

Programming languages(to make an os)

If it compiles in to il code it should work

  • C#(known to work)
  • vb.net(known to work)
  • ironPython
  • managed C/C++
  • F#

graphics

  • VGA(Works But Slow)
  • VBE(Works But Slow)

File System

  • FAT (Works Just Fixing Up Bugs)

Threading

you can only have a single thread that is why graphics are slow

  • multi-threading(not added)

Networking

  • UDP(added)
  • TCP(not added)
  • IPv4(added)
  • IPv6(not added)

Clone this wiki locally