←back to thread

207 points krustowski | 1 comments | | HN request time: 0.256s | source

To try it out, simply build the project yourself from source, or use attached bootable ISO image of the system (in Releases on Github) and run it in QEMU.

https://blog.vxn.dev/rou2exos-rusted-edition

Show context
rollcat ◴[] No.44319184[source]
Memory-safe language. x86_64, with Arm on the roadmap. Networking stack. Boots from a CD and via multiboot. Your hobby project wipes the floor with DOS.
replies(2): >>44319373 #>>44325055 #
pvg ◴[] No.44319373[source]
Whoa there. Gotta run Doom and BASIC to compete with DOS. That is the officially recognized DOS-Kármán line.
replies(5): >>44319916 #>>44321291 #>>44322144 #>>44322257 #>>44327067 #
mycall ◴[] No.44322257[source]
also, can't be a dos with the 'dir' command.
replies(2): >>44322310 #>>44323039 #
guestbest ◴[] No.44323039[source]
It would seem to logically follow that a Disk Operating System would have a directory list utility for disks like ‘dir’. It was there in the first version called 86 DOS.

https://en.m.wikipedia.org/wiki/86-DOS

replies(1): >>44323626 #
1. AndrewDavis ◴[] No.44323626[source]
`dir` was also in CP/M. Though it didn't have a concept of a file hierarchy, so it listed all files on the disk (but did support supplying a pattern to filter against).