Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-02 | user: separate ansiterm/vterm out into its own binary | dzwdz | |
2022-08-01 | user: make ansiterm use the framebuffer instead of vga text mode | dzwdz | |
2022-07-31 | user: replace the MOUNT macro with MOUNT_AT | dzwdz | |
The old style could be confused with a regular function, where the driver would be executed unconditionally. This should make it more obvious that the driver doesn't get executed in the parent process. | |||
2022-07-30 | user: stderr | dzwdz | |
2022-07-27 | user: cleanup init and the shell's code | dzwdz | |
2022-07-26 | user: break out the shell and tests into separate binaries | dzwdz | |