Page 2 of 2
RE:How old are you guys ?
Posted: Thu Jun 06, 2002 11:00 pm
by krillzip
ok I'm 21 now counted from yesterday
RE:How old are you guys ?
Posted: Thu Jun 20, 2002 11:00 pm
by DerekH56514
I am 15 programming since I was 12 though...
RE:How old are you guys ?
Posted: Sat Jun 22, 2002 11:00 pm
by Robert
I'm 16. Been coding in assembly language for about 4 years. Wrote my first crappy OS attempt like 3 years ago, but I doubt I ever will make something good.
RE:How old are you guys ?
Posted: Sun Jun 23, 2002 11:00 pm
by DeReiter
Heh... i am almost 16.... re-started the OS-proj THRICE... stupid harrdrive crashes... BUT this time its for good... I use 3 CVS servers... i am set
So far:
1) GDT with a 4GB code and data segments.
2) IDT with a printf("Uknown Int"); handler
3) Some video code..heh
I use GRUB to boot it all up... then set the GDT/IDT (GAS) and call the c code (GCC). Basically, it sux but its a start.