Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 27th, 2005, 5:36 PM   #11
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
In case you're all still wondering about the french thing:

His nick was "jesuismort" which I assume is "Je suis mort." without spaces. This means "I am dead." I responded by saying (in French) "If you are dead, you can't write software!"
uman is offline   Reply With Quote
Old Apr 27th, 2005, 7:04 PM   #12
Dameon
Troll
 
Dameon's Avatar
 
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4 Dameon is on a distinguished road
I had always wanted to code a basic kernel in Asm and C, but at the lowest level I could make it entirely object oriented, except exposed to managed code. Can you imagine writing a kernel-mode driver by inheriting from a Driver class? Imagine the ease of device interaction, which is lacking in current manage code.

System.Devices.Cameras(0).TakePicture, for example.

Im sure some coe could be re-used from the mono project, but as said, this is above the time or skill available on this forum.
Dameon is offline   Reply With Quote
Old Apr 27th, 2005, 7:15 PM   #13
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
oh my god, that would OWN.
uman is offline   Reply With Quote
Old Apr 27th, 2005, 10:39 PM   #14
thechristelegacy
Expert Programmer
 
thechristelegacy's Avatar
 
Join Date: Jul 2004
Location: Somerset, Pa
Posts: 708
Rep Power: 5 thechristelegacy is on a distinguished road
Send a message via AIM to thechristelegacy Send a message via MSN to thechristelegacy
Quote:
Originally Posted by Infinite Recursion
This community can't even devote time to our community IM program, good luck on an OS...
Being project leader... I resent that.... Although it is the truth.
thechristelegacy is offline   Reply With Quote
Old Apr 27th, 2005, 11:26 PM   #15
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Its not your fault the project isn't going anywhere TCL... it requires effort by others besides the select few in order to be considered a "community" anything.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 28th, 2005, 6:44 AM   #16
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
Quote:
Originally Posted by Mad_guy
Actually writing a basic OS that loads from a floppy isn't hard.


When a computer starts, it attempts to read the first 512 bytes of data from the Disk in the Floppy Drive (A:\) and if it does it loads it as the kernel.
So just code your kernel, I recommend Assembly for this actually, it's the smallest and fastest, then just write it to a disk with a raw disk writing program, pop it in, restart, BAM, your own basic Operating System lives.
Yea, I've done some pretty basic stuff like that, but I want to make something that can do more than echo what you type. I'd like to learn the theory in modern OSs so I can implement some of that and have my OS be semi-useful.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower
Mjordan2nd is offline   Reply With Quote
Old Apr 28th, 2005, 7:58 AM   #17
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
MJ what would you consider to be "semi-useful" ?
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 28th, 2005, 1:13 PM   #18
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
I'm guessing reading and printing file contents would be a very good start.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Apr 28th, 2005, 1:26 PM   #19
ProjectX
Programmer
 
ProjectX's Avatar
 
Join Date: Feb 2005
Posts: 37
Rep Power: 0 ProjectX is on a distinguished road
I am working on a OS right now too so here you go:

http://www.kernelthread.com/mac/apme/optimizations/
http://www.mega-tokyo.com/forum/
http://my.execpc.com/~geezer/software/index.htm

hope it helps you
ProjectX is offline   Reply With Quote
Old Apr 28th, 2005, 2:56 PM   #20
Mjordan2nd
The Supreme Ruler
 
Join Date: May 2004
Location: Houston
Posts: 1,476
Rep Power: 6 Mjordan2nd is on a distinguished road
Quote:
Originally Posted by Infinite Recursion
MJ what would you consider to be "semi-useful" ?
An organized multitasking OS with a decent file system with enough commands to be able to browse through your file system without too much trouble. Furthermore, I'd like it to have a word processor which will allow you to do some simple text-editing, and perhaps get a C-compiler so I can build on that. I know that's a lot, but that's what I consider semi-decent, or at least, that's what I would like to be able to build as a starting point. After that, I would like to build up on it. I have no plan on distributing it, just something that I can learn with. I read about 150 pages of Tanenbaum's book (first edition), but I just couldn't keep my head to it. It got to a point where it was more of a chore than a fun task (yes, I know, reading a programming book for fun is very nerdy). I'd like to pick it back up after school's out, but I can't keep up with it during school days. I have a lot of stuff to do this summer.

Also, thanks for the links, ProjectX.
__________________
"Every gun that is made, every warship launched, every rocket signifies, in the final sense, a theft from those who hunger and are not fed, from those who are cold and are not clothed. The world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children." - Dwight D. Eisenhower
Mjordan2nd is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:08 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC