|
#1
|
|||
|
|||
|
I would like to write an OS and i have some questions
(i would like to write it in java but i know this is not possible). if anyone could answer these question i would be grateful 1. what programing languages would i have to learn notating what i said above. 2. is there any tutorials/sites i can use for help ![]() i also posted this at http://forums.devshed.com/dev-shed-l...os-384245.html Last edited by harry@dayfamily; 09-21-2006 at 06:15 PM. Reason: no replies within an hour |
|
#2
|
|||
|
|||
|
Hi Harry,
writing an Operating system (if that's what you intend to do) is a non-trivial task. But if you really want to go ahead with it I would recommend to you to get clued up on the Linux kernel. If I were you, I would learn "C" pretty sharpish and take the kernel source code (downloadable from various linux sites) and modify it to suit my needs. But do you really need your own operating system? What are you trying to achieve? Are there any shortcomings in current O/Ss, that you try to alleviate (-> then why not contributing to the open source communty?)? Or do you need to create a specific "O/S" for a device: Then all you really need is probably a device driver? Cheers, Dieter
__________________
DKyb ------------------------------- |
|
#3
|
||||
|
||||
|
I should think you'd need to know Assembler too.
Lori |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| cookies problem | jabbarsb | ASP.NET | 2 | 07-20-2006 06:15 AM |
| writting xml based on xsd schema using Dataset or any other method | jadoger | XML | 1 | 03-03-2006 08:16 AM |
| Question regarding writting a C# Database driven windows application | smgrisw | .NET | 1 | 05-02-2005 03:21 PM |
| writting database and text | George W. Melcer | VB Classic | 0 | 03-30-2002 02:45 AM |