MS-DOS "exit" exits the command.com interpreter, not just the current script #12
Labels
No Label
bug
duplicate
enhancement
good first issue
help wanted
invalid
new-platform
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: suzanne.soy/os-test-framework#12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should instead let the execution reach the end of the file. This can be done via comments (
\r\n::
), with lines of at most 8192 bytes (excluding the \r\n), or usingGOTO
, which apparently in some cases need the target to be at most one block (which could be 512 bytes) away from the GOTO.I'm not sure whether the
\r\n::
can be placed in arbitrary data within the FAT12 portion of the OS, but it's probably not possible without wasting a whole sector. If that's accurate, we should interleave sectors of data for which we know that string can be injected in various places and sectors of data for which that string needs not be present.