User:Imate900: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
(New page: Hello. I am imate900. I built up craps of Assembler from looking at everything: from Linux source code to x86test. <math>sanity - pi * sanity + code / sanity = 908.078656457645012345789028...)
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
Hello. I am imate900. I built up craps of Assembler from looking at everything: from Linux source code to x86test.
Hello. I am imate900. I built up craps of Assembler from looking at everything: from Linux source code to x86test.<br>
<math>sanity - pi * sanity + code / sanity = 908.07865645764501234578902893</math>
sanity - pi * sanity + code / sanity = 908.07865645764501234578902893


I program [[User:Imate900/SauOS|SauOS]] (rather cryptic name, eh?)
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 ==
* [[User:Imate900/32-bit assembler bare bones]]
* [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