Forum: Assembly Oct 15th, 2009 |
| Replies: 1 Views: 340 Hi. I am trying to change an interrupt vector in assembly language to point to a new routine but can't quite figure out how to do it. I am trying to replace it as such:
InterruptRoutine:
... |
Forum: Assembly Jul 2nd, 2009 |
| Replies: 9 Views: 1,075 Well, i'm just tinkering around with creating my own os for the fun of it, not really because i want to make my own to use. i just program this sort of thing to entertain me and keep my thought... |
Forum: *nix Software Jun 26th, 2009 |
| Replies: 14 Views: 2,995 Im using jaunty as well, 9.04. I guess i'll have a try with that, thank you. |
Forum: *nix Software Jun 17th, 2009 |
| Replies: 14 Views: 2,995 Sorry to bump this but now i have another problem... I am compiling using the configuration stated on GTK+ website:
gcc -Wall -g test.c -o test `pkg-config --cflags gtk+-2.0` \ `pkg-config... |
Forum: *nix Software Jun 17th, 2009 |
| Replies: 14 Views: 2,995 Ok, so i got it all installed, but now when i try to use:
#include <gtk/gtk.h>
to include it, i get errors that the file cannot be found. apparently it was installed at... |
Forum: *nix Software Jun 17th, 2009 |
| Replies: 1 Views: 876 My dell inspiron 600m shipped with dells bootloader on it, but recently i changed to ubuntu which installed GRUB. Dell includes two FAT partitions, one diagnostic and one recovery. I instructed... |
Forum: *nix Software Jun 16th, 2009 |
| Replies: 14 Views: 2,995 well, it says it installed the package, but now when i try to use it the programs will not compile. error messages:
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you... |
Forum: *nix Software Jun 16th, 2009 |
| Replies: 14 Views: 2,995 this command did not work, but i modified it based on what the terminal was telling me and this is what ended up actually doing something:
sudo apt-get install gnome-core-devel build-essential... |
Forum: *nix Software Jun 16th, 2009 |
| Replies: 14 Views: 2,995 I wanted to do that, seeing as it would be simpler by leaps and bounds, but alas i cant seem to find it in a package! I searched all of the GTK+ page and can't find it in anything but a source... |
Forum: *nix Software Jun 15th, 2009 |
| Replies: 14 Views: 2,995 well that fixed that problem but ive run into a whole host of new problems... thanks anyways |
Forum: C++ Jun 15th, 2009 |
| Replies: 2 Views: 285 thanks... should've browsed first, no idea that was there... |
Forum: *nix Software Jun 15th, 2009 |
| Replies: 14 Views: 2,995 I posted this in the C++ forum, apparently this is a better place... I need to install GTK+ on Linux, but since im obviously still a complete ignorant fool when it comes to linux (have never used it... |
Forum: C++ Jun 15th, 2009 |
| Replies: 2 Views: 285 Yeah, probably a bad place to post this, but I'm desperate! I am trying to install GTK+ under Linux but have no idea what is going wrong!!! I see that i need like fifty million packages to install... |
Forum: Assembly May 24th, 2009 |
| Replies: 9 Views: 1,075 Hello all. I am attempting to write a small operating system, just for kicks (i'm a strange person...), only problem is, i can't seem to make the protected mode switch. I am targeting Intel 80386 and... |