Advertisement
Adm1n_0v3rride

biosmemory.c

Jan 14th, 2018
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <bios.h>
  4. // The bios command (C) 2018 Adm1n_0v3rride
  5. int main() {
  6.     printf("This system has %d bytes of memory\n", biosmemory()*1024);
  7.     return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement