You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ Mostly I wanted to make an OS for the following reasons:
22
22
* Perhaps, possibly, to investigate SMP and 64-bit kernels. I haven't decided if I'm going in that direction or not yet.
23
23
24
24
## Long-Term Goals
25
-
~~I'll be happy when it can run its own port of Doom.~~ Oh SNAP! It runs Doom now! In fact, I've been toying around with the idea of making the shell Doom itself. I'd call it "Shotgun Shell." That might be novel enough to get it some attention.
26
-
[] Should run SDL apps (like Doom and my NES emulator) in their own GUI windows
27
-
[] Should work on real hardware (presently only tested with Qemu and VirtualBox)
25
+
-[x]~~I'll be happy when it can run its own port of Doom.~~ Oh SNAP! It runs Doom now! In fact, I've been toying around with the idea of making the shell Doom itself. I'd call it "Shotgun Shell." That might be novel enough to get it some attention.
26
+
-[ ] Should run SDL apps (like Doom and my NES emulator) in their own GUI windows
27
+
-[ ] Should work on real hardware (presently only tested with Qemu and VirtualBox)
28
28
29
29
## Short-Term Goals
30
-
[] Add support for reading a CD and produce an ISO which includes all relevant programs, making it very easy for someone else to check out the OS (on a Virtual Machine)
31
-
[] Improve the MSVC files / build process and bundle all necessary libs and apps to make it relatively easy for someone else to build the OS with Visual Studio. Presently the project files take the paths of my development machine for granted.
32
-
[] Include a debugging stub.
33
-
[] Fix debug build
30
+
-[ ] Add support for reading a CD and produce an ISO which includes all relevant programs, making it very easy for someone else to check out the OS (on a Virtual Machine)
31
+
-[ ] Improve the MSVC files / build process and bundle all necessary libs and apps to make it relatively easy for someone else to build the OS with Visual Studio. Presently the project files take the paths of my development machine for granted.
32
+
-[ ] Include a debugging stub.
33
+
-[ ] Fix debug build
34
34
35
35
## Features, Limitations, & Quirks
36
36
This started out as a culmination of tutorials like those from the OSDev wiki and Brokenthorn, and has grown from there. I haven't even finished all of those tutorials. The following is implemented:
0 commit comments