Menu

Tree [44c32a] master /
 History

HTTPS access


File Date Author Commit
 bin 2015-01-13 phoboz phoboz [894415] Work on ugl part of PS/2 mouse driver
 include 2015-04-12 urals urals [f3353f] Work on window manager commands for minimize, m...
 lib 2013-12-19 phoboz phoboz [d868b6] Added generic lines to Universal Graphics Library.
 share 2015-01-13 phoboz phoboz [894415] Work on ugl part of PS/2 mouse driver
 src 2016-10-27 bajkal bajkal [44c32a] Debug printings for mouse PS2 mouse driver
 COPYING 2013-10-13 phoboz phoboz [baf23c] Initial revision
 README.md 2015-01-07 bajkal bajkal [bc086c] Fixed error and updated readme file.

Read Me

Real VMX - Realtime Operating System.
Starting from scratch based on: http://sourceforge.net/projects/vmx/

Setup enviroment:
export VMX_BASE=/vmx-source-path

Build instructions:
cd $VMX_BASE
cd src
make CPU=PENTIUM2
cd build/i386
make

Installation instructions:
sudo cp vmx /boot

This only has to be done once!
sudo cat >> /etc/grub.d/40_custom
menuentry 'Real VMX' {
insmod bsd
set root=(hd0,n) # Where n is the partition containing /boot
knetbsd /boot/vmx
}
Press Control-D

sudo update-grub

Reboot and;
Select Real VMX at the boot menu

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.