Page 1 of 1

Announcing BT/OS

Posted: Wed Aug 27, 2014 4:36 am
by mallard
I've been working on this for a few months now, but haven't announced it until there was something worth announcing. Since I tagged my first "release" (v0.0A) the other day, I guess that time has come...

BT/OS is (currently) a 32-bit, multi-tasking/multi-threading (threading API not yet available in userspace) OS compiled for Intel i686 platforms. (Test builds have also been made for i586.) One of the aims is to have it run on low-cost, embedded x86 CPUs, such as the Intel Quark and DM&P Vortex86 (hence being 32-bit for now), but not to exclude use on "normal" PCs.

The system is not designed to be particularly POSIX/UNIX-like (except where convenient) and draws influence from a wide variety of OSs, including UNIX, DOS, OS/2, Windows NT and AmigaOS. The kernel supports loadable modules (no unloading yet) and runs userspace programs in their own virtual memory spaces. I have support for PS/2 keyboards (a bit hacky, it assumes that the keyboard has already been initialised) and FAT16/32 filesystems on ATA hard drives. The toolchain is based on biinutils 2.23 and GCC 4.8.1. Newlib 2.1.0 has been ported (roughly) and libstdc++ works.

Some code from other sources is used (printf, liballoc, FAT implementation) to reduce development time and/or because I'm not particularly interested in the details of implementing such things. As such, the kernel is licenced under GPLv2 (without the "or later version" clause). The header files in "src/include" are public domain so as not to restrict the licencing of any future applications or modules (I have no desire to project any political views onto users of my OS, unlike certain other projects...).

Anyway, I've attached a screenshot. This is from the current version, a few revisions on from the 0.0A "release", with the main new feature being "globbing" in the shell (CMD.ELX). There is no proper "terminal driver" yet, so the shell (and all other applications) use the input/display devices directly for now. The next work to be done is some enhancements to the memory manager (to support things like file mapping, shared memory and "guard pages"), threading for userspace, a terminal driver to facilitate sane multitasking (still not sure whether I'll have VT100/ANSI emulation built-in or not) and then on to a GUI.

Comments/questions welcome. Project available on GitHub here.

Re: Announcing BT/OS

Posted: Wed Aug 27, 2014 9:10 am
by SpyderTL
That's a lot of features in just a few months. Congratulations.

Let us know if there is anything we can do to help.

Keep up the good work!

Re: Announcing BT/OS

Posted: Wed Aug 27, 2014 10:19 am
by DavidCooper
Are you responsible for this company: http://en.wikipedia.org/wiki/BT_Group? If you aren't, you should probably change the name of your OS before they complain.

Re: Announcing BT/OS

Posted: Wed Aug 27, 2014 1:00 pm
by mallard
DavidCooper wrote:Are you responsible for this company: http://en.wikipedia.org/wiki/BT_Group? If you aren't, you should probably change the name of your OS before they complain.
If they complain then I'll change it. Considering the amount of uses of the abbreviation "BT" that already exist I very much doubt that British Telecom's legal team is going to go after a hobby operating system with precisely zero market share and brand awareness.

Re: Announcing BT/OS

Posted: Sun Aug 31, 2014 10:37 am
by onlyonemac
But where did the name come from in the first place?

Re: Announcing BT/OS

Posted: Sun Aug 31, 2014 2:39 pm
by mallard
onlyonemac wrote:But where did the name come from in the first place?
Well, the "B" comes from my surname (visible in the screenshot)... The "T" kinda stands for "Technology", but like "NT" (as in Windows) the actual name is "BT", it's not an abbreviation.

Re: Announcing BT/OS

Posted: Tue Sep 02, 2014 8:41 am
by onlyonemac
I've heard stories that apparantly "NT" means "New Technology" but I've often questioned that. I had a joke once because aspies call non-aspergic people "Neutrotypical" - usually abbreviated as "NT" - and I have often thought that Windows's interface is not geared towards aspies, i.e. that one has to be an "NT" to use it. It's just a joke of mine but it doesn't seem to far fetched to me!

Re: Announcing BT/OS

Posted: Wed Sep 03, 2014 3:44 am
by mallard
onlyonemac wrote:I've heard stories that apparantly "NT" means "New Technology" but I've often questioned that. I had a joke once because aspies call non-aspergic people "Neutrotypical" - usually abbreviated as "NT" - and I have often thought that Windows's interface is not geared towards aspies, i.e. that one has to be an "NT" to use it. It's just a joke of mine but it doesn't seem to far fetched to me!
There are a few different stories about the origins of "NT"; one is that the OS was originally developed for the Intel i860 family where the first CPU in the family was codenamed "N-10" or (N-Ten) which got shortened to "NT" within Microsoft. However, since the "N-10" (i860XR) processor was the "cut-down", cheaper model, despite being available first, this strikes me as a bit like naming your OS "Celeron OS".

Another is that it was a play on "VMS" (since many of the early Windows NT team came from DEC) by taking the next letter in the alphabet for each letter (i.e. "WNT"), although it wasn't known as "Windows" NT until later in development ("NT OS/2" and simply "NT" are earlier names).

"New Technology" is a name that may have been used by Microsoft's market department in press releases, etc. but it almost certainly not the original meaning of the term.

Re: Announcing BT/OS

Posted: Fri Sep 05, 2014 2:21 pm
by onlyonemac
As for NTFS, of course, that's just an abbreviation of "NT File System".