if this works imma jump

This commit is contained in:
Jonathan Turner 2023-11-29 10:12:40 -05:00
parent 331cfdee21
commit c314222d68

View File

@ -47,12 +47,12 @@
char *args2 = args1 + nDigits;
limit = digit_conver(args2);
if (limit < 100) {
kprint("That memory address is to below the min of 0x100.");
kprint("That memory address is to below the min of 0x100.\n");
valid = false;
}
}
if (base < 10000) {
kprint("That memory address is reserved by the Kernel, addresses must be 10000+");
kprint("That memory address is reserved by the Kernel, addresses must be 10000+\n");
valid = false;
}
}