Commit Graph

6 Commits

Author SHA1 Message Date
ccd3538d1f Code split, added default and clock ISR, proper 8259 PIC and CMOS RTC config, accepting interrupts 2023-11-23 14:21:09 +01:00
0f8bbb8b10 Back to flat segmentation model 2023-11-07 21:15:57 +01:00
47990aac56 Non-flat segmentation set from C
Playing with non-flat segmentation, but it seems that it won't be
feasible to use it with C programs - implementing paging and flat
segmentation scheme will be neceassary.
2023-11-03 14:20:40 +01:00
60b847b3fd Manual setting of kernel code and data segments (GDT) 2023-10-21 00:25:17 +02:00
8ea82bf3a7 Added memory, cpu and disk configuration for bochs 2023-10-21 00:23:26 +02:00
17364e2e24 And so it begins 2023-10-13 09:30:58 +02:00