hello world
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -36,3 +36,8 @@
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
# VScode stuff
|
||||
*.code-workspace
|
||||
|
||||
# Other
|
||||
*.img
|
||||
|
@@ -2,4 +2,4 @@
|
||||
|
||||
A command shell for KolibriOS
|
||||
|
||||
kosh stands for **KO**libri **SH**ell
|
||||
kosh stands for **KO**libri **SH**ell
|
||||
|
5
build.bat
Normal file
5
build.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
..\..\kolibrios\programs\develop\ktcc\trunk\bin\kos32-tcc.exe -I..\..\kolibrios\programs\develop\ktcc\trunk\libc.obj\include main.c -o kosh
|
||||
if %errorlevel% == 0 (
|
||||
qemu-system-i386 -fda kolibri.img -boot a -m 512 -usbdevice tablet -drive file=fat:rw:.
|
||||
)
|
Reference in New Issue
Block a user