What's broken? -- Strings [SOLVED]
Posted: Sat May 19, 2007 10:52 am
My kernel has been working fine for a while now. I have a memory manager, printf and all of the basic things working. My keyboard input has been working fine until today.
I can't get the scancode from the char kbdus[128] = {... } etc or from my floppy drive indentifier char *drivetypes[6] = {...}. What is wrong? They both have been working before today.
I have an (*rodata) in my linker file, so I don't know what's wrong
Thanks,
--t0xic
I can't get the scancode from the char kbdus[128] = {... } etc or from my floppy drive indentifier char *drivetypes[6] = {...}. What is wrong? They both have been working before today.
I have an (*rodata) in my linker file, so I don't know what's wrong
Thanks,
--t0xic