mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-14 02:47:07 +03:00
e338e5353f
git-svn-id: svn://kolibrios.org@2014 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
103 B
Batchfile
7 lines
103 B
Batchfile
@echo off
|
|
|
|
if not exist bin mkdir bin
|
|
fasm -m 65536 kernel.asm bin\kernel.mnt
|
|
|
|
pause
|
|
exit 0 |