OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 12:13 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: L.P. Os
PostPosted: Mon Jan 03, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
im starting a new os and need some help cause i dont no any program language i tryed asm but there is no good guides so if u want to help me email me at [email protected] and leave some suggestions


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Mon Jan 03, 2005 12:00 am 
Offline
Member
Member

Joined: Fri Oct 22, 2004 11:00 pm
Posts: 107
coding an operating system without programing knowledges is not really a good idea.

you have to learn ASM for low level programing
then u can use C/C++ or other programing language to code high level routines



google is your best friend for documentation

_________________
-----------------------
There are 10 types of people in this world... those that understand binary, and those that don't.


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Mon Jan 03, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
thanks do u no asm

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Mon Jan 03, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
ok man i looked up some c++ guides and asm then whats next

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Mon Jan 03, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
Update i have made an kernel that works if u want a copy of it leave me your email address also if you want to help with the devolopment of the kernel or to make programs for the kernel email me at [email protected]

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Mon Jan 03, 2005 12:00 am 
Offline
Member
Member

Joined: Sun Oct 24, 2004 11:00 pm
Posts: 134
Location: North Dakota, where the buffalo roam
Instead of passing around email addresses, you could post your kernel on a web server somewhere and provide a link. Posting you email address publicly is a great way to get a lot of spam.


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Tue Jan 04, 2005 12:00 am 
Offline

Joined: Mon Jan 03, 2005 12:00 am
Posts: 4
Reading a C++ "guide" is not going to prepare you for developing an operating system...


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Tue Jan 04, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
um kermit i no thats y i have local ppl helping me and i already made the kernel so anything else thank for the input.
and rexlunae im in the process of makin the website it should b up on the 7th of Jan. and if you have any suggestions on how to make it better fell free to tell me and if you want to help out on the project u have my email address

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Wed Jan 05, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
i have a question: what command do u use to create a folder under
C++ and what command do u use to open a folder or a file under C++

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Wed Jan 12, 2005 12:00 am 
Offline

Joined: Wed Jan 05, 2005 12:00 am
Posts: 13
*There is no 'command' like Qbasic ore something*

If you are talking about a Windows/Linux OS, try google and you will find a lot of stuff, API's

If you mean, coding an OS setting up a file-system , floppy drivers, HDC drivers etc. and load your files on your own way.


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Wed Jan 12, 2005 12:00 am 
Offline
Member
Member

Joined: Fri Oct 22, 2004 11:00 pm
Posts: 107
gmoney wrote:
i have a question: what command do u use to create a folder under
C++ and what command do u use to open a folder or a file under C++

try to get help on these functions :
opendir, closedir, dirfd, readdir, rewinddir, scandir,seekdir, telldir

they are located in dirent.h but i don't know if they are standard functions or not (ie : working under windows), try and tell me ;)

if u have linux type : man opendir

_________________
-----------------------
There are 10 types of people in this world... those that understand binary, and those that don't.


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Fri Jan 21, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
yo man thanks for the help it worked


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Sun Jan 23, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
I have another question.
how do i change a program to a *.bin file under linux? using G++?

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Sat Feb 05, 2005 12:00 am 
Offline
Member
Member

Joined: Mon Jan 03, 2005 12:00 am
Posts: 106
Location: Texas, Usa
yo does anyone know how to change a exe to a bin
under linux

_________________
Just because your phone is "smart" doesn't mean the user is... ijs


Top
 Profile  
 
 Post subject: Re: L.P. Os
PostPosted: Mon Mar 07, 2005 12:00 am 
Offline

Joined: Thu Feb 03, 2005 12:00 am
Posts: 2
right click->rename...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group