Implement graphics subsystem with VGA mode 0x13 and drawing primitives (AI)

This commit is contained in:
AI
2026-02-24 08:01:20 +00:00
parent 57b2751a81
commit fc5fe9af63
8 changed files with 781 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ Once a task is completed, it should be checked off.
- [x] Create a DHCP subsystem. Create the `dhcp` command to show current DHCP status information.
- [x] Create a UDP and TCP stack.
- [x] Implement a simple version of `ftp` and `wget`.
- [ ] Create a graphics subsystem. It should provide functionality to switch between the normal text mode, and a graphics mode.
- [x] Create a graphics subsystem. It should provide functionality to switch between the normal text mode, and a graphics mode.
- [ ] Create a simple game of pool. It should use graphics mode to render the game.
- [ ] Create a simple game of minigolf.