Hi, I'm writing a PC-emulator (8088 and 8086). At this point MS-DOS 6.22 works fine. I can type commands and start and play e.g. DOOM8088. Of course I also would like FreeDOS to run. Booting the installer floppy works fine to a certain point. I get the menu where I can select a language. After I press enter, I see the text asking if I'm sure to continue and that's the point where things fail: the keypress is registered by the bios (stored in the keyboard buffer, is what I read in the disassembly) but the FreeDOS kernel does not seem to pick it up. What should retrieve it? A timer or so? Any ideas?
Thanks regards _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel