Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-25 | kernel: pass more information to user on interrupt | dzwdz | |
This is meant to facilitate a syscall for returning from interrupts, which will actually work in the general case as opposed to the current hack, which only works if the interrupt occured during a syscall (which is correct... for now). | |||
2023-09-30 | user: rework terminal handling | dzwdz | |
2023-08-29 | kernel: remove _sys_await, emulate it in libc | dzwdz | |
2023-08-15 | user: fix freeze if graphical shell was quit | dzwdz | |
2023-08-14 | reorganization: first steps | dzwdz | |