Santiago Hormazabal
Santiago Hormazabal
Offtopic, I need to get this written, but we're missing `kill` on the romfs :) I think I need to add it to the `Applications` file for the big `:192k`...
> The kernel Makefiles aren't setup to automatically rebuild what is needed when you make changes to, say, ntty.h. Sounds like you just changed it and expected it to work....
> You'll have to use something like `stty 19200 < /dev/tty2` for now. > > > I'll try it! > Just added that to my list to remove. It's not...
> You'll still need the 1K bytes for interrupt vectors 0x0000 - 0x03FF, right? Yes! > Disk block devices may use DMASEG (a single 1K sector), except perhaps SSD (you'll...
> Are you saying that your system doesn't use those in hardware vectors? I'm pretty sure the INT instruction takes a byte parameter, which could then vector to any one...
Sorry for the delay, you know I usually have my "lapsus" in general :). So I've tried the code, with the command you've provided before to change the baudrate, and...
> And I think I'm having an issue with the timers, since I can't get the "date" to increment, and one of my test apps that does a sleep(1) doesn't...
> Are you thinking of sending an update that uses Timer 0 as the base 8081x timer, and freeing up Timer 1 for other uses? No, let's keep the T1....
> Are you talking about adding a kernel RTC support for hardware real time information? That would be cool, if you have uses for it. This could be implemented as...
> Cool - I wasn't aware there was a standard IBM PC RTC chip/interface. Will there be issues with going around the BIOS when talking directly with the RTC controller?...