Wow, that was a long time ago...Troy Martin wrote:After some time reading up on assembly language, I've released TBOS 0.2.1 (runs in real mode). It's not too functional, but it has a tiny shell working in 80x50 text mode. It's inspired by Linux and GNU stuff like bash.
It's all in NASM-syntax assembly and makes good use of NASM's features. Especially backquotes. I had a fun time coding this, so I hope you all like it. The next version will be able to do other basic stuff.
Current version is 0.5.1! There were so many bugs in 0.5.0 it's been recalled. All the bugs we could find have been fixed, and we've added a print_dec_byte call as well.
NEW: Manual on the website, we need some Linux build instructions. Help us out, folks!
Thanks to Brendan for the print macro and Mike Saunders for the MikeOS bootloader, FAT12 code, and interrupt vector adding code (which I use.) Oh, and 01000101 for bugfixes, a call or two, and keeping me sane while coding (thank god for IRC!)
Get it from the website at http://code.google.com/p/tbos2!