Skip to content

Commit 22dc7bb

Browse files
committed
Minor changes, fixed typo in run.sh
1 parent 4fc024e commit 22dc7bb

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The project was originally conceived to study low-level programming in assembler
55
# To Do
66

77
- [ ] Write basic I/O drivers
8+
- [ ] Input drivers
9+
- [x] Output drivers
810
- [ ] Add file system
911
- [ ] Write interactive shell
1012

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if [ $? != 0 ] ; then
6464
exit 3
6565
fi
6666

67-
drivers_asm=`ls kernel/drivers/*.asm`
67+
drivers_asm=`/bin/ls kernel/drivers/*.asm`
6868
if [ $? == 0 ] ; then
6969
for driver_asm in $drivers_asm
7070
do

0 commit comments

Comments
 (0)