💾 32-bit operating system displaying current date and time
Go to file
Maciej Krzyżanowski 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
.gitignore Ignoring disk, it should not be inside repo 2023-10-21 00:28:33 +02:00
bochsrc Added memory, cpu and disk configuration for bochs 2023-10-21 00:23:26 +02:00
boot.s Non-flat segmentation set from C 2023-11-03 14:20:40 +01:00
compile.sh Split up scripts for compiling, formatting code, creating iso and starting 2023-10-21 00:27:04 +02:00
format.sh Split up scripts for compiling, formatting code, creating iso and starting 2023-10-21 00:27:04 +02:00
grub.cfg And so it begins 2023-10-13 09:30:58 +02:00
kernel.c Non-flat segmentation set from C 2023-11-03 14:20:40 +01:00
linker.ld And so it begins 2023-10-13 09:30:58 +02:00
makeiso.sh Split up scripts for compiling, formatting code, creating iso and starting 2023-10-21 00:27:04 +02:00
start.sh Split up scripts for compiling, formatting code, creating iso and starting 2023-10-21 00:27:04 +02:00