Skip to content

Tags: Arun007coder/SectorOS-RE2

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Arun007coder Arun Krishna
* Made the kernel higher half

* Implemented Physical memory manager
* Implemented a dynamic memory allocator
* Implemented Paging
* Implemented Virtual filesystem
* Implemented PCI
* Added two new data structures list_t and gentere_t
* Added 32bit and 16bit varients of inb and outb
* Updated link.ld
* Splitted loader.s into multiboot.s and loader.asm
* Updated Makefile
* Added a new header for math operations
* Updated exception handler
* Added new function printE
* Updated string.c
* Added a function to PANIC the kernel
* Updated vga.h
* Updated sysfetch function to include info about paging and kheap
* Bumped kernel version to 2.0.0

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Arun007coder Arun Krishna
* Added function to print cpuinfo

* Added driver for PIT
* Added driver for serialport
* Added driver for keyboard
* Implemented a basic shell
* Added a function sysfetch which will fetch and print info about the os
* Updated Makefile
* Bumped kernel version to 1.2.0
* Updated bochsrc
* updated Interrupt.c

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
Arun007coder Arun Krishna
Initial commit