Search found 19 matches
- Fri Jan 04, 2013 10:40 am
- Forum: News Discussion
- Topic: Chapter 24: Process Management Initial Release
- Replies: 16
- Views: 276001
Re: Chapter 24: Process Management Initial Release
Hey Mike, any update on the chapter 24 demo?
- Wed Aug 08, 2012 8:02 am
- Forum: News Discussion
- Topic: Chapter 24: Process Management Initial Release
- Replies: 16
- Views: 276001
Re: Chapter 24: Process Management Initial Release
Hey Mike, I tried following chapter 24, and encountered a few errors: First, in terminateThread you call a function called terminateProcess which does not exist, perhaps you missed it? Second, in the process type, there is no such function as getCurrentProcess, again, perhaps if you can write it? An...
- Sat May 26, 2012 10:53 am
- Forum: General Questions
- Topic: For Mike...
- Replies: 8
- Views: 90027
Re: For Mike...
Hey Mike,
For the next chapters, could you please add a chapter regarding how to make the OS use an hard drive? (let's say in FAT16/FAT32)
Oh, and another thing, perhaps adding a chapter regarding single & multi tasking?
For the next chapters, could you please add a chapter regarding how to make the OS use an hard drive? (let's say in FAT16/FAT32)
Oh, and another thing, perhaps adding a chapter regarding single & multi tasking?
- Tue Jun 28, 2011 1:00 pm
- Forum: Beginning OS Development
- Topic: Problem in writing to a text file
- Replies: 2
- Views: 49117
Re: Problem in writing to a text file
That's the point, I always used VirtualBox to test the OS. The code I created in fsys.cpp: int volWriteFile(const char* filename, const char* DirectoryName, char* Buffer) { // The const char* DirectoryName variable will receive the current directory unsigned char device = 'a'; if(strcmp(filename, ":...
- Fri Jun 17, 2011 1:43 pm
- Forum: Beginning OS Development
- Topic: Problem in writing to a text file
- Replies: 2
- Views: 49117
Problem in writing to a text file
OK, so what I basically did was to reverse the read method. In the main kernel file, I did a method which takes the file path from the user, and in the file system driver I created a method which does the writing. However, since I changed the fsys file (file system driver) both the read and write op...
- Mon Mar 28, 2011 5:20 pm
- Forum: Beginning OS Development
- Topic: How to detect processor string and speed?
- Replies: 3
- Views: 20765
Re: How to detect processor string and speed?
I really didn't understand what you said.. Could you please post some kind of code explaining exactly what do you mean?
- Mon Mar 28, 2011 11:09 am
- Forum: Beginning OS Development
- Topic: How to detect processor string and speed?
- Replies: 3
- Views: 20765
How to detect processor string and speed?
Hello,
How can I detect the processor string (For example: Intel Core i7) and the speed of it (For example: 2.66 GHz)?
Thanks,
How can I detect the processor string (For example: Intel Core i7) and the speed of it (For example: 2.66 GHz)?
Thanks,
- Sat Feb 26, 2011 9:41 pm
- Forum: Beginning OS Development
- Topic: How to read input from user into a double-type variable
- Replies: 3
- Views: 19954
Re: How to read input from user into a double-type variable
That could be helpful if I could use Microsoft C++ libraries, but, since I can't, I am looking for a way to actually write a function that will allow me to take a string, and put inside a double variable.
- Thu Feb 24, 2011 9:23 pm
- Forum: Beginning OS Development
- Topic: How to read input from user into a double-type variable
- Replies: 3
- Views: 19954
How to read input from user into a double-type variable
Hey, I am trying to read input from the user and put it inside a double-type variable? I developed a function who does the sqrt function to a number, the problem is that I can't read any double-type input from the user, only int-type. Does anybody knows how to write such a function that will enable ...
- Mon Jan 03, 2011 2:14 pm
- Forum: Beginning OS Development
- Topic: User mode not working--Please HELP!!--
- Replies: 4
- Views: 25555
Re: User mode not working--Please HELP!!--
Hmm, bochs and vpc doesn't like win7 x64, apparently.
I'm sorry I'm asking so much about it, but when do you plan to release chapter 22 update?
And any estimate time for chapter 24??
I'm sorry I'm asking so much about it, but when do you plan to release chapter 22 update?
And any estimate time for chapter 24??
- Sat Jan 01, 2011 4:48 pm
- Forum: Beginning OS Development
- Topic: User mode not working--Please HELP!!--
- Replies: 4
- Views: 25555
Re: User mode not working--Please HELP!!--
I tried to run the demo... What might be wrong? The demo should work.. and it doesn't
- Sat Jan 01, 2011 2:33 pm
- Forum: Beginning OS Development
- Topic: User mode not working--Please HELP!!--
- Replies: 4
- Views: 25555
User mode not working--Please HELP!!--
Hey,
I tried to implement the user mode as written in the Chapter 23 demo, but when I try to run it, I always get a "General Protection Fault" error in VirtualBox.
I also tried to run the demo as specified by Mike, but I get the same result (again, in VirtualBox)
How can I fix this??
I tried to implement the user mode as written in the Chapter 23 demo, but when I try to run it, I always get a "General Protection Fault" error in VirtualBox.
I also tried to run the demo as specified by Mike, but I get the same result (again, in VirtualBox)
How can I fix this??
- Tue Dec 21, 2010 4:12 pm
- Forum: General Questions
- Topic: The Visual Studio file
- Replies: 2
- Views: 56495
Re: The Visual Studio file
Look, I tried it with VS2010, and it was OK. There were some glitches, but not something really interrupting the work,
Mainly in the build system, sometimes it can't find some files.
Mainly in the build system, sometimes it can't find some files.
- Sun Dec 12, 2010 8:13 am
- Forum: News Discussion
- Topic: This site has been discontinued?
- Replies: 10
- Views: 128681
Re: This site has been discontinued?
What about the Chapter 22 update? There are some things in that chapter that causes the Chapter 23 demo to crash on my VM...
- Thu Nov 25, 2010 7:23 pm
- Forum: News Discussion
- Topic: Chapter 23 Demo Release
- Replies: 18
- Views: 203466
Re: Chapter 23 Demo Release
What about the Chapter 22 Demo Update?