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