gbowne1 / ClassicOS

An x86 32 biit Operating System for 386, 486, Pentium class (P-60 to 233MHz, Pentium II, P3, P4, etc)
9 stars 0 forks source link

[TODO] Work on Kernel #8

Closed gbowne1 closed 1 year ago

gbowne1 commented 1 year ago

The kernel is and will be written in C using the C17 standard and is a kernel.c and kernel.h file

The current kernel.c and kernel.h files are simple examples of the files that may or may not work properly yet as it is not a complete kernel.

My goals for the initial kernel to be under 2mb in file size and occupancy no more than 4gb RAM/memory, although I would shoot for 640k-1mb maybe up to 16mb.