User:Imate900: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
sanity - pi * sanity + code / sanity = 908.07865645764501234578902893
sanity - pi * sanity + code / sanity = 908.07865645764501234578902893


I program [[User:Imate900/SauOS|SauOS]] (rather cryptic name, eh?) and [[User:Imate900/ROSS|ROSS]].
I program [[User:Imate900/SauOS|SauOS]] (rather cryptic name, eh?) and [[User:Imate900/ROSS|ROSS]]. Once SauOS' new kernel is mature I'm going to start a Windows 95 compat OS called Freedom95.


== Bare Bones I made ==
== Bare Bones I made ==
* [[32-bit assembler bare bones]]
* [[User:Imate900/32-bit assembler bare bones]]
* [http://asteinborn78.ej.am/codeblocks-ostemplate.zip Code::Blocks OS Template (goes with Bare Bones article)]
* [http://asteinborn78.ej.am/codeblocks-ostemplate.zip Code::Blocks OS Template (goes with Bare Bones article)]
== Others ==
* [[User:Imate900/GDC_Cross-Compiler-Part2|A way of part2 in the GDC Cross-Compiler article]]
* [[User:Imate900/Memory_Functions|Memory functions (using lodsb and stosb)]]
* [[User:Imate900/String_Functions|String functions (length, copying and comparing so far)]]

Latest revision as of 05:37, 18 July 2009

Hello. I am imate900. I built up craps of Assembler from looking at everything: from Linux source code to x86test.
sanity - pi * sanity + code / sanity = 908.07865645764501234578902893

I program SauOS (rather cryptic name, eh?) and ROSS. Once SauOS' new kernel is mature I'm going to start a Windows 95 compat OS called Freedom95.

Bare Bones I made

Others