Skip to content

Commit

Permalink
fix up old code
Browse files Browse the repository at this point in the history
  • Loading branch information
RaidTheWeb committed May 3, 2021
1 parent a6c1dbd commit 3a2cd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ extern "C" void kernelMain(const void* multiboot_structure, uint32_t /*multiboot
printf("\nS-ATA primary slave: ");
AdvancedTechnologyAttachment ata0s(false, 0x1F0);
ata0s.Identify();
ata0s.Write28(0, (uint8_t*)"http://www.AlgorithMan.de", 25);
ata0s.Write28(0, (uint8_t*)"test", 25);
ata0s.Flush();
ata0s.Read28(0, 25);
Expand Down

0 comments on commit 3a2cd62

Please sign in to comment.