Commit Graph

28 Commits

Author SHA1 Message Date
Juhani Krekelä d4c15687c8 Add option for 8-colour mode
Some BIOSs initialize the VGA card by default into a mode where the high
bit of background nybble signals that the cell should blink. The simple
way to avoid this is by restricting the background colours to the range
0…7. However, since our mouse cursor is implemented by swapping the
foreground and the background colours, we also need to restrict the
foreground colours to the range 0…7.
2023-05-11 22:02:18 +03:00
Juhani Krekelä a496c5ce9d Fix typo 2023-03-29 16:46:17 +03:00
Juhani Krekelä 54a6755a5b Get README.md release-ready 2023-03-29 13:29:41 +03:00
Juhani Krekelä cb77e27fb2 Allow opening text files by clicking on them in the file window 2023-03-29 13:04:47 +03:00
Juhani Krekelä 39e47a33e1 Add a second screenshot 2023-03-27 21:56:36 +03:00
Juhani Krekelä 892b871a94 Add wolf to README.md 2023-03-27 20:49:07 +03:00
Wolfgang Müller ce7b2c9dd6 README: Add a screenshot 2023-03-27 19:42:56 +02:00
Wolfgang Müller cce105184f README: Document how sensitivity is affected 2023-03-27 19:42:56 +02:00
Wolfgang Müller 2e78130f67 Makefile: Use variable for qemu
This way users can specify which backend to use without having to change
the Makefile itself.
2023-03-27 19:42:56 +02:00
shikhin 81695d4403 CrazyEttin wobsite 2023-03-27 20:43:40 +05:30
shikhin e5efe2e01d Mention mouse sensitivity. 2023-03-27 17:55:09 +05:30
Juhani Krekelä d1d9e86181 Proofreading fixes 2023-03-27 14:56:57 +03:00
Juhani Krekelä 0d1b93f184 Add link to nortti 2023-03-27 14:55:30 +03:00
shikhin f664918b21 Update README 2023-03-27 17:20:23 +05:30
Juhani Krekelä f1ee23251e Allow shell to be launched for another file window 2023-03-27 14:45:39 +03:00
shikhin 7951b1eb27 Update README. 2023-03-27 17:10:12 +05:30
Juhani Krekelä ad4c9a2209 Complete shell refactor 2023-03-27 14:08:48 +03:00
shikhin 75a9a51191 Add error handling and popups in viewer 2023-03-27 16:04:52 +05:30
shikhin 144a8c0bb1 Update TODO 2023-03-27 14:38:45 +05:30
Juhani Krekelä 22e7af2da6 Update README with progress on shell.asm 2023-03-27 11:35:07 +03:00
Juhani Krekelä f73f122385 Add example program hello.asm 2023-03-23 13:54:06 +02:00
shikhin 0b2a745f25 TODO update 2023-03-23 07:23:47 +05:30
Juhani Krekelä c455758566 Update README.md, shell can now execute programs 2023-03-23 00:43:49 +02:00
Juhani Krekelä b0cebaee4b Add CrazyEttin's pony wallpaper 2023-03-22 19:30:49 +02:00
shikhin 99288a9fff More TODO 2023-03-19 20:31:17 +05:30
Juhani Krekelä 2a3200fc73 Remove filesystem from TODO 2023-03-16 17:21:06 +02:00
Juhani Krekelä e07cfe4481 Update TODO to reflect current state 2023-03-11 20:04:50 +02:00
Juhani Krekelä e03b6c0ef1 First commit 2022-02-11 18:16:49 +02:00