Homepage › Forums › Articles › Operating Systems › Miscellaneous › VxWorks
This topic was published by DevynCJohnson and viewed 1809 times since "". The last page revision was "".
- AuthorPosts
VxWorks is a Real-Time Operating System (RTOS) used for embedded systems since 1987. The operating system supports both Symmetric Multiprocessing (SMP) and Asymmetric Multiprocessing (AMP) plus mixed modes. In addition, the supported platforms include x86, x86-64, ARM, PowerPC, MIPS, ColdFire, XScale, SH-4, and others. The operating system uses a monolithic kernel called Wind Kernel. VxWorks is a certified POSIX system; however, VxWorks is not a Unix system. Rather, it is an alternative to Unix and Unix-like systems.
VxWorks supports many standard computer ports and network protocols such as Bluetooth, USB, IPv6, FireWire, etc. Some supported filesystems include High Reliability File System (HRFS), FAT-based file system (DOSFS), Network File System (NFS), and True Flash-Filesystem (TFFS or TrueFFS). DOSFS is comparable to FAT16 and FAT32 on Microsoft's Windows or VFAT on Linux. Like many modern filesystems, VxWorks uses a Graphical User Interface (GUI).
VxWorks can run on many host systems including Linux (Ubuntu, SUSE, RedHat, and others), Windows, and Solaris. The development environment is also available for many platforms and systems.
VxWin is a form of VxWorks that is designed to run on Windows while still retaining VxWorks' real-time capabilities.
Further Reading
- VxWorks website - http://www.windriver.com/products/vxworks/
- TrueFFS - http://www.vxdev.com/docs/vx55man/vxworks/guide/c-trueFFS.html
- ChibiOS/RT - https://dcjtech.info/topic/chibiosrt/
- Contiki - https://dcjtech.info/topic/contiki/
- DexOS - https://dcjtech.info/topic/dexos/
- FreeRTOS - https://dcjtech.info/topic/freertos-safertos-and-family/
- GNU eCos - https://dcjtech.info/topic/gnu-ecos/
- GNU-Hurd - https://dcjtech.info/topic/intro-to-gnu-hurd/
- Inferno - https://dcjtech.info/topic/inferno/
- Plan 9 - https://dcjtech.info/topic/plan-9/
- Solaris - https://dcjtech.info/topic/intro-to-solaris/
- TRON - https://dcjtech.info/topic/tron-the-operating-system/
- AuthorPosts