Andreas Kling
|
ac7a60225e
Add TIOCGWINSZ ioctl so userland can determine terminal geometry.
|
6 years ago |
Andreas Kling
|
a788e85c09
Refactor TTY signal generation a bit.
|
6 years ago |
Andreas Kling
|
d5d45d1088
Rage hacking to get bash to run. It finally runs. So cool! :^)
|
6 years ago |
Andreas Kling
|
2ac5e14c08
Merge VGA into VirtualConsole.
|
6 years ago |
Andreas Kling
|
8605711f4b
Make /bin/clear work again.
|
6 years ago |
Andreas Kling
|
3e3de67f02
Use the VGA start address for fast VirtualConsole scrolling.
|
6 years ago |
Andreas Kling
|
da3857b0c2
Add some simple write buffering to LibC's stdio.
|
6 years ago |
Andreas Kling
|
10b666f69a
Basic ^C interrupt implementation.
|
6 years ago |
Andreas Kling
|
812e7940e2
Add a simple /proc/cpuinfo that includes some info from CPUID.
|
6 years ago |
Andreas Kling
|
dfaa2b6b02
Convert VirtualConsole to the new coding style.
|
6 years ago |
Andreas Kling
|
a685809e75
Waiters should be notified when a waitee is killed.
|
6 years ago |
Andreas Kling
|
9a086b2d35
Add a kmalloc_eternal() for things that will never be destroyed.
|
6 years ago |
Andreas Kling
|
c7d5ce6b5a
Add a /bin/tty command that prints the current tty.
|
6 years ago |
Andreas Kling
|
dec5683e9c
Snazz up the kprintf() output a bit by giving it its own color.
|
6 years ago |
Andreas Kling
|
1b81813a66
Fix crashy bug where we'd try to deactivate VC -1 on boot.
|
6 years ago |
Andreas Kling
|
7a7956a595
Virtual consoles kinda work!
|
6 years ago |
Andreas Kling
|
68739dc43e
Start working on virtual consoles/TTYs.
|
6 years ago |