L.P. Os
Re: L.P. Os
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
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.
There are 10 types of people in this world... those that understand binary, and those that don't.
Re: L.P. Os
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
Re: L.P. Os
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
-
- Member
- Posts: 134
- Joined: Sun Oct 24, 2004 11:00 pm
- Location: North Dakota, where the buffalo roam
Re: L.P. Os
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
Reading a C++ "guide" is not going to prepare you for developing an operating system...
Re: L.P. Os
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
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
Re: L.P. Os
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++
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
Re: L.P. Os
*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.
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
try to get help on these functions :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++
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.
There are 10 types of people in this world... those that understand binary, and those that don't.
Re: L.P. Os
yo man thanks for the help it worked
Re: L.P. Os
I have another question.
how do i change a program to a *.bin file under linux? using G++?
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
Re: L.P. Os
yo does anyone know how to change a exe to a bin
under linux
under linux
Just because your phone is "smart" doesn't mean the user is... ijs