User:Troy martin: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
No edit summary
Line 12: Line 12:
* [[Real mode assembly bare bones]] series -- oh noes! The noobs shall start flooding in now! Noooooooooooo....!
* [[Real mode assembly bare bones]] series -- oh noes! The noobs shall start flooding in now! Noooooooooooo....!


==Titanium Bonfire Project==
==TBOS==

The Titanium Bonfire Project (http://tinyurl.com/tbproject) is a collection of open-source subprojects, the two current (well, more of the only two) subprojects being TBOS and TBOS32 (which is unreleased as of March 14 2009.)

===TBOS===


[http://code.google.com/p/tbos2/ TBOS] is my OS project written in 16-bit assembly. It assembles in NASM and NASM only, but could probably be ported to other assemblers with macro functions quite easily.
[http://code.google.com/p/tbos2/ TBOS] is my OS project written in 16-bit assembly. It assembles in NASM and NASM only, but could probably be ported to other assemblers with macro functions quite easily.


* Current version is 0.6.4, working on 0.7.0
* Current version is 1.0.0, working on 1.0.1


===hash===
===hash===
Line 24: Line 28:
As of 0.3.0, hash is transitioning to more of a COMMAND.COM -like approach for a few things.
As of 0.3.0, hash is transitioning to more of a COMMAND.COM -like approach for a few things.


* Current version is 0.2.something.
* Current version is 0.3.x


===Carbon===
===Carbon===

Revision as of 03:37, 15 March 2009

Hey. I'm Troy Martin. I'm a 13-year-old programmer from Vancouver, BC, Canada.

My user subpages

My larger contributions here

Titanium Bonfire Project

The Titanium Bonfire Project (http://tinyurl.com/tbproject) is a collection of open-source subprojects, the two current (well, more of the only two) subprojects being TBOS and TBOS32 (which is unreleased as of March 14 2009.)

TBOS

TBOS is my OS project written in 16-bit assembly. It assembles in NASM and NASM only, but could probably be ported to other assemblers with macro functions quite easily.

  • Current version is 1.0.0, working on 1.0.1

hash

hash (Hardly Amazing SHell) is the built-in shell for TBOS. It's probably the biggest part of the kernel binary since it has 99% of the strings in it. hash is influenced by bash and borrows some ideas from bash and other GNU software, like long options. People who are native DOS users probably won't like working with hash because it's just plain different than the DOS command interpreter.

As of 0.3.0, hash is transitioning to more of a COMMAND.COM -like approach for a few things.

  • Current version is 0.3.x

Carbon

Carbon is a programming language I've designed using NASM macros. Currently, the only port of Carbon is for TBOS.

  • Current version is r0.

Titles for other members

I've come up with some titles I think a few members should have:

I'll add more as I find more people who deserve them.