User:Troy martin: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
m Bot: Replace deprecated source tag with syntaxhighlight
 
(10 intermediate revisions by one other user not shown)
Line 1: Line 1:
Hey. I'm Troy Martin. I'm a 13-year-old programmer from Vancouver, BC, Canada.
Hey. I'm Troy Martin. I'm a 14-year-old programmer from Vancouver, BC, Canada. I'm no longer a member of the forums but I hope to still work on the wiki.


==My user subpages==
==My user subpages==


* [[User:Troy_martin/Emulators]] -- NOTE: This page could possibly grow big and take a bit of time to load.
* [[User:Troy_martin/Emulators]] -- NOTE: This page could possibly grow big and take a bit of time to load.
* [[User:Troy_martin/Bare bones 2.0]] -- my draft of a better, more updated [[Bare bones]] tutorial.


==My larger contributions here==
==My larger contributions here==


* [[Printing to the screen without a db]] -- a [[NASM]] macro that acts like printf() or puts() with a string literal.
* [[Printing to the screen without a db]] -- a [[NASM]] macro that acts like printf() or puts() with a string literal.
* [[Turbo C]] -- a wonderful little 16-bit C compiler from [[Borland]].
* [[Turbo C]] -- a wonderful little 16-bit C compiler from Borland.
* [[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....!
* Adding <tt><nowiki><syntaxhighlight></nowiki></tt> tags to quite a few articles.
* The planned customizations for [[User:Troy martin/Monaco|Monaco]].


==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.)
[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.


==TBOS==
* Current version is 0.5.2, working on 0.6.0

===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.

* Current version is 0.2.something.


[[User:Troy martin/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.
===Carbon===


* Current version is 1.0.1, working on 1.1.0
Carbon is a programming language I've designed using NASM macros. Currently, the only port of Carbon is for TBOS.


==TBOS32==
* Current version is r0.


TBOS32 is an unreleased 32-bit assembly operating system. There's a simple keyboard driver in place using polling, yuck, and a few 16-bit TBOS calls converted to protected mode.
==Titles for other members==


* Not yet released, working on it...
I've come up with some titles I think a few members should have:
* '''[[User:01000101|01000101]]''': Resident Networking Wizard
* '''[[User:Combuster|Combuster]]''': Moderator Extraordinaire
* '''[[User:Tantrikwizard|Tantrikwizard]]''': Irradiated GUI Master
I'll add more as I find more people who deserve them.

Latest revision as of 07:19, 9 June 2024

Hey. I'm Troy Martin. I'm a 14-year-old programmer from Vancouver, BC, Canada. I'm no longer a member of the forums but I hope to still work on the wiki.

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.1, working on 1.1.0

TBOS32

TBOS32 is an unreleased 32-bit assembly operating system. There's a simple keyboard driver in place using polling, yuck, and a few 16-bit TBOS calls converted to protected mode.

  • Not yet released, working on it...