Operating system that is fast compiled and booted.
#instantboot
DownloadDescription
sm.exe | Editor of *.bdb files |
sm.txt | Information about sm.exe |
sm.cfg | Configuration of sm.exe |
brain.c | Source code that helps to understand *.bdb files |
default.bdb | Source code of the Tryskos kernel (edit by sm.exe, creates bootsect.asm, bootscd.asm, bootshd.asm and kernel.asm) |
Starter10.bdb | Source code of Starter 1.0 (see physical disks) |
Starter11.bdb | Source code of Starter 1.1 (file manager) |
tryskos.txt | Information about Tryskos |
gdi32.bdb kernel32.bdb msvcrt.bdb user32.bdb | Sources of ddls |
OUT | Output directory of sm.exe with tools |
OUT\CD | Directories and files that are added to CD image (bootcd.iso) by CdImgMkr.exe |
OUT\_gocd.bat | Compiles kernel and starter and runs CdImgMkr.exe |
OUT\_gocd2.bat | Compiles kernel, copies starter\starter.exe to CD\system\starter.exe and runs CdImgMkr.exe |
OUT\_gofd.bat | Compiles kernel and starter and runs FdImgMkr.exe |
OUT\_gdi32.bat OUT\_kernel32.bat OUT\_msvcrt.bat OUT\_user32.bat | Compiles ddls |
OUT\bootcd.bxrc | Bochs file to virtually boot Tryskos from bootcd.iso |
OUT\bootcd.iso | Bootable CD image created by CdImgMkr.exe |
OUT\bootfd.bxrc | Bochs file to virtually boot Tryskos from bootfd.img |
OUT\bootfd.img | Bootable floppy disk image |
OUT\bootscd.asm | Source of boot sector for CD, created by sm.exe editting default.bdb and pressing F5 |
OUT\bootscd.dat | Compiled boot sector for CD |
OUT\bootsect.asm | Source of boot sector for FD |
OUT\bootsect.dat | Compiled boot sector for FD |
OUT\bootshd.asm | Source of boot sector for HD |
OUT\bootshd.dat | Compiled boot sector for HD |
OUT\CdImgMkr.exe | Creates a bootable CD image (bootcd.iso) from directory "CD", bootscd.dat, setup.dat and kernel.dat. If you modify bootscd, setup or kernel, it is enough to press GO button. If you modify starter or "CD" directory, you must press "Create Filesystem". |
OUT\CdImgMkr.ini | Initialization information for CdImgMkr.exe |
OUT\fd.img | Disk image of drive B: for Bochs |
OUT\FdImgMkr.exe | Creates a bootable FD image (bootfd.img), allowing to load files to this image |
OUT\FdImgMkr.ini | Initialization information for FdImgMkr.exe |
OUT\gasm.exe | Assembler compiler |
OUT\gdasm.exe | Assembler decompiler |
OUT\hd.img | Hard disk image for Bochs |
OUT\kernel.asm | Source of kernel, created by sm.exe editting default.bdb and pressing F5 |
OUT\kernel.dat | Compiled kernel |
OUT\setup.asm | Source of setup |
OUT\setup.dat | Compiled setup |
OUT\starter.asm | Source of starter created by sm.exe editting starter10.bdb or starter11.bdb and pressing F5 |
OUT\starter.exe | Compiled starter |
If you don't want to use Bochs, you may use for example VirtualBox,
adding bootcd.iso as CD.
Or you may burn bootcd.iso to CD and boot from it.