JTMOS Build 8452 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News JTMOS Build 8452 (Default branch)
# 1  
Old 01-21-2008
JTMOS Build 8452 (Default branch)

ImageJTMOS stands for "Jari Tuominen's MinimalOperating System". The JTMOS operating systemproject aims to create a fully functionalmultitasking x86 operating system. It primarilytargets low-end systems with small hard disks,preferably i586 family or newer. Currently focusin the project is on communication, TCP/IP stack,and building up FAT file system support. JTMOSmimics some features from Linux-style operatingsystems like the root directory system. JTMOS canalready boot up from DOS, or independently fromhard disk or floppy disk with its own custombootloader.License: GNU General Public License (GPL)Changes:
Several changes has been made. Support for the partition table has been added. Legacy serial port routines have been fixed. Virtual terminal code has been separated from the EGA text mode driver. A Windows Sound System driver has been added. Support for FAT12/16 file systems is planned.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
dpkg-checkbuilddeps(1)						  dpkg utilities					    dpkg-checkbuilddeps(1)

NAME
dpkg-checkbuilddeps - check build dependencies and conflicts SYNOPSIS
dpkg-checkbuilddeps [option...] [control-file] DESCRIPTION
This program checks the installed packages in the system against the build dependencies and build conflicts listed in the control file. If any are not met, it displays them and exits with a nonzero return code. By default, debian/control is read, but an alternate control filename may be specified on the command line. OPTIONS
--admindir=dir Change the location of the dpkg database. The default location is /var/lib/dpkg. -A Ignore Build-Depends-Arch and Build-Conflicts-Arch lines. Use when only arch-indep packages will be built, or combine with -B when only a source package is to be built. -B Ignore Build-Depends-Indep and Build-Conflicts-Indep lines. Use when only arch-dep packages will be built, or combine with -A when only a source package is to be built. -d build-depends-string -c build-conflicts-string Use the given build dependencies/conflicts instead of those contained in the debian/control file. -a arch Check build dependencies/conflicts assuming that the package described in the control file is to be built for the given host archi- tecture instead of the architecture of the current system. -?, --help Show the usage message and exit. --version Show the version and exit. Debian Project 2012-05-22 dpkg-checkbuilddeps(1)