Commit Graph

7 Commits

Author SHA1 Message Date
06160c1ed3 add disk read
not implementing disk write yet
2024-12-16 23:23:18 +09:00
14fac398c5 add disk info interrupt 2024-12-12 17:25:00 +09:00
e74cf22714 add heap alloc function
Physically contiguous memory
2024-12-12 14:08:01 +09:00
b1f7092fe2 add fmt.c for print function
don't process 64-bit format such as '%llu' in print function.
2024-12-09 15:43:58 +09:00
c9c820840f add memprobe
NOTE: print "%llx" "%lld" not working now
2024-12-08 23:14:32 +09:00
11097add40 add serial console 8250 UART 2024-12-06 19:07:20 +09:00
4580d576a8 can read character from keyboard now 2024-12-04 23:05:28 +09:00