diff options
author | Marvin Borner | 2019-09-19 19:01:53 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-19 19:01:53 +0200 |
commit | ffd82e18b5259fab477ad375a7af8550fac526d8 (patch) | |
tree | bb340c9a3278996d24d786db4673862078e46f8c /src/io/io.asm | |
parent | 2a3620453de91e08b668ef21049058239c82d0a4 (diff) |
Added reboot feature
Diffstat (limited to 'src/io/io.asm')
-rw-r--r-- | src/io/io.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/io/io.asm b/src/io/io.asm index 6776c56..6ab3707 100644 --- a/src/io/io.asm +++ b/src/io/io.asm @@ -7,5 +7,4 @@ shutdown: mov bx, 0x0001 mov cx, 0x0003 int 0x15 - ret
\ No newline at end of file |