Go to file
shockrah c94252c3f2 Huge GDT update:
GDT control is how I would like it to be but there are some issues, namely:
1. far jumping to flush the code segment crashes the whole os(not good)
2. Segment selectors seem fine apart from the code segment thing
3. some administrative issues regarding the structure of the project which is slowly making things painful
2019-10-14 00:23:37 -07:00
2019-10-06 15:33:00 -07:00
2019-10-07 18:50:31 -07:00
2019-10-14 00:23:37 -07:00
2019-10-14 00:23:37 -07:00
2019-10-14 00:23:37 -07:00
2019-10-14 00:23:37 -07:00
2018-12-08 09:10:40 +00:00
2018-11-29 20:47:13 -08:00
2019-10-14 00:23:37 -07:00
2019-10-14 00:23:37 -07:00
2019-10-08 10:09:47 -07:00
2019-10-07 19:40:04 -07:00
2019-10-07 19:40:04 -07:00

JankOS

The best operating system you've ever laid eyes on. It's so good that barely does anything at all.

JankOS serves the purpose of an experiment in learning. Personally I'm unsatisfied with accepting an idea; I want to garner an intuition for the inner workings of an idea.

Todo/Roadmap

  • Segmentation(research what I might need to make either this or paging work later on)

  • Interrupt Descriptor Table

  • Memory allocator

  • If segmentation isn't being done then paging will be part of the roadmap(most likely)

Bugs

  • serial::serial_write(const char*, const u64) doesn't always write all the required data nor does it properly deal with the FIFO queue associated with the COM1 port.

  • stlio::printf still isn't feature complete

  • tests::* could always use more tests to cover as much of the code base as possible.

Description
No description provided
Readme 278 KiB
Languages
C 78.8%
Assembly 13.7%
Makefile 3.8%
Shell 3.7%