summaryrefslogtreecommitdiff
path: root/bootblocks/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootblocks/unix.c')
-rw-r--r--bootblocks/unix.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/bootblocks/unix.c b/bootblocks/unix.c
index 455d9b1..e7f07a0 100644
--- a/bootblocks/unix.c
+++ b/bootblocks/unix.c
@@ -3,11 +3,11 @@
#ifdef __ELKS__
-bios_khit() {
+kbhit() {
return 0;
}
-bios_getc() {
+getch() {
return 0;
}
@@ -61,6 +61,15 @@ extern int disk_spt;
return 0;
}
+phy_reset()
+{
+}
+
+motor_running()
+{
+ return 1;
+}
+
putsect(buffer, address)
char * buffer;
int address;