Changeset 154 for trunk/hal/x86_64/core/x86_printf.c
- Timestamp:
- Jul 7, 2017, 9:16:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/x86_printf.c
r145 r154 23 23 #include <hal_boot.h> 24 24 #include <hal_internal.h> 25 #include <hal_apic.h> 25 26 26 27 #include <memcpy.h> … … 75 76 void x86_putc(char c) 76 77 { 78 hal_com_send(0, c); 79 77 80 if (c == '\n') { 78 81 cons_ptr = roundup(cons_ptr, CONS_X_SIZE * 2);
Note: See TracChangeset
for help on using the changeset viewer.