Entries Tagged as ‘Operating System Development’

August 26, 2006

My OS Programming Is Lacking Motivation

I’ve been lacking motivation on making an OS, little bursts of energy scramble about here and there, but there’s nothing really driving me. On the other hand making a SubOS seems like a lot of fun right now. The reason is, I know I can do it, and I have the motivation (from [...]

August 25, 2006

My Work Unrecognized

I’ve been searching a lot for a problem recently with this kernel tutorial.  I don’t know the problem, I compile all the assembler and c, then comes the linker and I get a problem.  It says it cannot recognize the object file.  Oh well, I’ll figure something out.  Anyways, about the title, my scripts, they [...]

August 24, 2006

SubOS News Blog

I’m learning a little bit more about assembler and trying to learn some more each day. I want to assembler the resouces and then learn how to make my own operating system. I also started a SubOS News site, if you don’t know waht a SubOS is, a SubOS is an application that [...]

August 22, 2006

Assembler and OS Programming, VBScript and GML, and an E-Zine

I’ve been doing a lot of thinking/working. I’ll start from the beginning. Yesterday after looking at the bootloader I decided to learn some Assembler(Asm) before moving onto actually coding my own bootloader and learning more about the kernel. It will definitely be better in the long run. I found a great [...]

August 21, 2006

OS Devloping Tutorial, Easy As Pie

Easy OS Developing Tutorial
I’ve found some articles on developing a REAL operating system, easier than most. I’ll give you a slight tutorial, but don’t think I know a lot about OS development, beacase I know next to zero. I just give you the steps that worked for me:
1. Download NASM. Extract in folder [...]