Gregory Haerr

Results 674 comments of Gregory Haerr

> I thought I needed to move this entire source to another file so the kernel would understand these are "serial ports" and not a generic console. No, that's going...

> cannot create /dev/tty2: error 19 That's ENODEV, which is tty_open saying there isn't a second tty. Are you sure NR_CONSOLES is 2? If so, then ntty.c is probably failing...

> Seems like changing that DEBUG_TTY rebuild stuff that actually made a difference. The kernel Makefiles aren't setup to automatically rebuild what is needed when you make changes to, say,...

> like it's not getting into the multiuser. Not sure if this is by design, You have to run `init 3` to get multiuser, or change the initdefault line in...

> it's not taking the -F argument. It's supposed to be used to indicate which device you're trying to change an argument to. You'll have to use something like `stty...

> about the cleanups and optimizations for this platform, I was thinking that I don't have the BDA which it's located at 0400:0 on IBM PCs, so that could potentially...

> You'll still need the 1K bytes for interrupt vectors 0x0000 - 0x03FF, right? Yes! > I don't have that many interrupt vectors, but I don't mind having the same...

> Or I could commit these changes into the console-serial-8018x.c Go ahead and send over a PR with the changes in the existing file consiole-serial-8081x.c, and we can determine how/when...

> so it means that the T1IN pin needs to be high in order for it to work. So this must have been why Timer0 didn't work back when we...

> And regarding the RTC, what's your opinion? Whoops, missed that, somehow didn't see the whole first comment of this issue. Are you talking about adding a kernel RTC support...