Page 1 of 2

L.P. Os

Posted: Mon Jan 03, 2005 12:00 am
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

Re: L.P. Os

Posted: Mon Jan 03, 2005 12:00 am
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

Re: L.P. Os

Posted: Mon Jan 03, 2005 12:00 am
by gmoney
thanks do u no asm

Re: L.P. Os

Posted: Mon Jan 03, 2005 12:00 am
by gmoney
ok man i looked up some c++ guides and asm then whats next

Re: L.P. Os

Posted: Mon Jan 03, 2005 12:00 am
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]

Re: L.P. Os

Posted: Mon Jan 03, 2005 12:00 am
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.

Re: L.P. Os

Posted: Tue Jan 04, 2005 12:00 am
by kermit
Reading a C++ "guide" is not going to prepare you for developing an operating system...

Re: L.P. Os

Posted: Tue Jan 04, 2005 12:00 am
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

Re: L.P. Os

Posted: Wed Jan 05, 2005 12:00 am
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++

Re: L.P. Os

Posted: Wed Jan 12, 2005 12:00 am
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.

Re: L.P. Os

Posted: Wed Jan 12, 2005 12:00 am
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

Re: L.P. Os

Posted: Fri Jan 21, 2005 12:00 am
by gmoney
yo man thanks for the help it worked

Re: L.P. Os

Posted: Sun Jan 23, 2005 12:00 am
by gmoney
I have another question.
how do i change a program to a *.bin file under linux? using G++?

Re: L.P. Os

Posted: Sat Feb 05, 2005 12:00 am
by gmoney
yo does anyone know how to change a exe to a bin
under linux

Re: L.P. Os

Posted: Mon Mar 07, 2005 12:00 am
by crxgames
right click->rename...