Commit Graph
21 Commits
Author SHA1 Message Date
freywar 572cb7647f Improve kernel logging
Current function name is automatically prepended to all log entries.
Helper macros added to log local variables.
2026-07-27 20:41:45 +03:00
freywar 3b8125eb0c Fix GDT and remove unused code from MBR 2026-07-23 21:23:38 +03:00
freywar 065aa261f5 Add simple NVMe module and switch to NVMe emulation 2026-07-23 20:52:10 +03:00
freywar ba9beebf8e Add simple kernel logging and improve error messages 2026-07-23 20:50:51 +03:00
freywar 14c3262c14 Separate log and output streams 2026-07-17 20:30:35 +03:00
freywar 85cfbb2050 Add pipes to shell, add wc 2026-07-16 21:39:00 +03:00
freywar 4ad32dda17 Merge fat16_inode_t and fat16_node_t, make fs_node_t shared 2026-07-15 23:14:56 +03:00
freywar 1ff38ffad4 Add file removal, rm 2026-07-15 21:39:17 +03:00
freywar 1148596a81 Add file and directory creation, mkdir 2026-06-30 20:37:24 +03:00
freywar 01cd3f528c Add writing to existing files and overwriting cp 2026-06-19 23:09:11 +03:00
freywar 325dc6339a Make pipes blocking 2026-06-19 21:49:18 +03:00
freywar 415f78fd40 Add process scheduler, pipes, and separate terminal from shell 2026-06-19 21:49:29 +03:00
freywar 452125782e Convert directory reading to generic stream 2026-06-18 22:59:18 +03:00
freywar 9761e3e870 Convert file descriptors to generic streams 2026-06-18 21:46:18 +03:00
freywar bcf2e5bac6 Add file descriptors and basic cat 2026-06-17 23:20:43 +03:00
freywar 968bb02aa8 Add basic ls 2026-06-17 22:20:08 +03:00
freywar 03b3ddac73 Add subprocesses and convert terminal to an app 2026-06-17 21:20:14 +03:00
freywar 1c935cf154 Add first C user program 2026-06-11 20:19:24 +03:00
freywar b32c12b311 Add an example user space process 2026-06-08 21:17:27 +03:00
freywar 2d4f76a5dd Add process state 2026-06-05 20:48:16 +03:00
freywar c8edeab750 Use streams for inter-"process" communications 2026-06-05 21:44:09 +03:00