if this works imma jump
This commit is contained in:
parent
331cfdee21
commit
c314222d68
@ -47,12 +47,12 @@
|
|||||||
char *args2 = args1 + nDigits;
|
char *args2 = args1 + nDigits;
|
||||||
limit = digit_conver(args2);
|
limit = digit_conver(args2);
|
||||||
if (limit < 100) {
|
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;
|
valid = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (base < 10000) {
|
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;
|
valid = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user