L.P. Os

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

L.P. Os

Post by gmoney »

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
[AlAdDiN]
Member
Member
Posts: 107
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re: L.P. Os

Post by [AlAdDiN] »

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.
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: L.P. Os

Post by gmoney »

thanks do u no asm
Just because your phone is "smart" doesn't mean the user is... ijs
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: L.P. Os

Post by gmoney »

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
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: L.P. Os

Post by gmoney »

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
rexlunae
Member
Member
Posts: 134
Joined: Sun Oct 24, 2004 11:00 pm
Location: North Dakota, where the buffalo roam

Re: L.P. Os

Post by rexlunae »

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.
kermit
Posts: 4
Joined: Mon Jan 03, 2005 12:00 am

Re: L.P. Os

Post by kermit »

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

Re: L.P. Os

Post by gmoney »

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
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: L.P. Os

Post by gmoney »

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
Peter
Posts: 13
Joined: Wed Jan 05, 2005 12:00 am

Re: L.P. Os

Post by Peter »

*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.
[AlAdDiN]
Member
Member
Posts: 107
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re: L.P. Os

Post by [AlAdDiN] »

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.
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: L.P. Os

Post by gmoney »

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

Re: L.P. Os

Post by gmoney »

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
gmoney
Member
Member
Posts: 106
Joined: Mon Jan 03, 2005 12:00 am
Location: Texas, Usa

Re: L.P. Os

Post by gmoney »

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
crxgames
Posts: 2
Joined: Thu Feb 03, 2005 12:00 am

Re: L.P. Os

Post by crxgames »

right click->rename...
Post Reply