mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-17 02:01:42 +00:00
kernel: add aarch64 architecture support
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@@ -60,6 +60,8 @@ namespace UART
|
||||
while ((inb(s_cst(uint16_t, COM1 + 5)) & 1) == 0)
|
||||
;
|
||||
return inb(COM1);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -82,6 +84,8 @@ namespace UART
|
||||
while ((inb(s_cst(uint16_t, COM4 + 5)) & 1) == 0)
|
||||
;
|
||||
return inb(COM4);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user