Skip to content
Snippets Groups Projects
Commit a77246de authored by adrian.spycher's avatar adrian.spycher
Browse files

chore: add halt() at the end

parent eabdacd4
Branches
No related tags found
No related merge requests found
......@@ -42,6 +42,6 @@ void guest_main() {
char data[SECTOR_SIZE] = "here are my data !\n";
ide_write(0, data);
timer_wait(1e7);
halt();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment