Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached

5 Posted Topics

Member Avatar for xixpsychoxix

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 before) I need help. I dont understand how to install all of …

Member Avatar for aralk
0
874
Member Avatar for xixpsychoxix

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: [code] InterruptRoutine: mov ah,0x0 int 0x16 iret InstallInterrupt: mov ax,0x0 mov es,ax mov di,Vector*4 push …

Member Avatar for NotNull
0
91
Member Avatar for xixpsychoxix

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 better using NASM to assemble the source. Here is that source: [code=assembly] bits 16 …

Member Avatar for xixpsychoxix
0
371
Member Avatar for xixpsychoxix

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 ubuntu to leave these partitions alone because i wanted to be able to restore my system to windows if …

Member Avatar for josmcc
0
147
Member Avatar for xixpsychoxix

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 it, but i can't get this working! can anyone give me advice? …

Member Avatar for xixpsychoxix
0
79

The End.