Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. main();
  2. int 1;
  3. #include <Testy/kb_cs_driver.txt>
  4.  
  5. Boot_txt: db 'Booting FailBIOS Completed...',0;
  6. Bootfail_txt: db 'Booting FailBIOS failed!!!',0;
  7.  
  8.  
  9. void main(){
  10. //Memory Allocations
  11. float Str; float Str1; float Str2; float Str3; float Str4;
  12. float Str_Offset;
  13. float Address;
  14.  
  15. float K; float KBuf;
  16. float X; float Y;
  17. //Commands
  18.  
  19. cmp [65536+2302],1;
  20. jle boot_fail;
  21. csWrite(Boot_txt,999,X,Y)
  22. call 67838;
  23. jmp inf_loop;
  24.  
  25. boot_fail:
  26. csWrite(Bootfail_txt,900,X,Y)
  27.  
  28. inf_loop:
  29. int 1;
  30. jmp inf_loop;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement