Beginning your code...
Posted: Tue Apr 09, 2002 12:20 pm
Ok, I definitely understand just about ever component necessary for Operating System development, but the problem I'm having is getting started with coding. I have a bootstrapper/loader that will load a flat-binary kernel. I'm using the following:
NASM for Assembly (x86)
DJGPP for C++
Vim for Text / Documents
I'm using Vim for text documents because i write my text on my laptop / fileserver due to the crappiness of Notepad etc.. in Windows. Otherwise I do use Windows for everything.
Any advice for starting up kernel coding & what-not so that I can get going ( memory management, etc.. )
I know a lot of it is subjective, but I've looked at many kernel examples & what-not but they aren't really as concise with comments as I'd like.
NASM for Assembly (x86)
DJGPP for C++
Vim for Text / Documents
I'm using Vim for text documents because i write my text on my laptop / fileserver due to the crappiness of Notepad etc.. in Windows. Otherwise I do use Windows for everything.
Any advice for starting up kernel coding & what-not so that I can get going ( memory management, etc.. )
I know a lot of it is subjective, but I've looked at many kernel examples & what-not but they aren't really as concise with comments as I'd like.