Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #!/bin/bash
  2. # This script does for linux the same as build.bat for DOS,
  3. # it compiles the KoOS kernel, hopefully ;-)
  4.  
  5.         echo "lang fix ru"
  6.         echo "lang fix ru" > lang.inc
  7.         fasm -m 16384 desktop.asm desktop
  8.         rm -f lang.inc
  9.         exit 0
  10.  
  11.  
  12.  
  13.  
  14.