Skip to content

Commit

Permalink
fixed echo command, fixed build_upload.sh for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
noxer committed Jun 27, 2012
1 parent 575bea8 commit 3cd2d09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apps/AtlasShell.dasm16
Expand Up @@ -802,12 +802,12 @@
SET A, input_text_buffer
ADD A, 5
SET B, command_parameter_buffer
JSR [0x1018]
JSR [0x1017]

SET A, command_parameter_buffer
JSR [0x101C]

JSR [0x101F] ; Newline (hack!)
JSR [0x101E]
JSR [0x101F] ; Newline

SET B, POP
SET A, POP
Expand Down Expand Up @@ -934,7 +934,7 @@
SET PC, POP

; Misc data
:text_versionoutput dat "Atlas-Shell v0.4.1", 0xA0, 0x00
:text_versionoutput dat "Atlas-Shell v0.4.2", 0xA0, 0x00
:text_prompt dat " $> ", 0x00
:text_unrecognized dat "Unrecognized command", 0xA0, 0x00
:input_text_buffer dat " ", 0x00
Expand Down
2 changes: 1 addition & 1 deletion build_upload.sh
@@ -1,3 +1,3 @@
#!/bin/sh

mono organic.exe --working-directory kernel/ --input-file kernel/core.dasm16 --output-file AtlasOS.bin --0x10co.de
mono Organic.exe --working-directory kernel/ --input-file kernel/core.dasm16 --output-file AtlasOS.bin --0x10co.de

0 comments on commit 3cd2d09

Please sign in to comment.