summaryrefslogtreecommitdiff
path: root/src/kernel/floppy.asm
diff options
context:
space:
mode:
authorBenji Dial <benji3.141@gmail.com>2020-01-18 14:28:53 -0500
committerBenji Dial <benji3.141@gmail.com>2020-01-18 14:28:53 -0500
commitf7820301d583ae190b683bdd1371ee6f7a35ac16 (patch)
treeadb8734f053eb7b7c113ee745cdda9b0bf370593 /src/kernel/floppy.asm
parent243e28075e223bd9be145251161b692873918764 (diff)
downloadportland-os-f7820301d583ae190b683bdd1371ee6f7a35ac16.tar.gz
going to try efi again
Diffstat (limited to 'src/kernel/floppy.asm')
-rw-r--r--src/kernel/floppy.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/floppy.asm b/src/kernel/floppy.asm
index 3bc02a2..ffe6c99 100644
--- a/src/kernel/floppy.asm
+++ b/src/kernel/floppy.asm
@@ -23,7 +23,7 @@ floppy_read_sectors:;uint32_t floppy_read_sectors(uint8_t number, uint32_t start
push ebp
mov ebp, esp
- ;TODO
+ xor eax, eax;TODO
leave
ret
@@ -32,7 +32,7 @@ floppy_write_sectors:;uint32_t floppy_write_sectors(uint8_t number, uint32_t sta
push ebp
mov ebp, esp
- ;TODO
+ xor eax, eax;TODO
leave
ret \ No newline at end of file