xelix
xelix copied to clipboard
💻⚙ Xelix is a hobby Unix-like kernel with GNU userland for x86
Can probably be fixed with a well-placed waitpid syscall, but in theory the child should also get automatically reassigned to init which should waitpid it, so might be worth investigating...
Symlink handling is currently broken/nonexistant in various ways: * [ ] ext2 symlinks > 60 chars / stored in inode data blocks don't work * [ ] symlinks across FS...
See fsck output after a few file creations/deletions
Currently ptys are a copy-pasted hodgepodge of pipe code. They should get integrated into the tty framework and also use `struct terminal`. pty driver should probably be represented as a...