Skip to content

Tags: Arun007coder/SectorOS-RW4

Tags

v7.23.06.5NR

Toggle v7.23.06.5NR's commit message

Verified

This commit was signed with the committer’s verified signature.
Arun007coder Arun Krishna
* Implemented a subsystem for adding new filesystem

* Implemented a subsystem for managing video drivers
* Added documentation for modules
* Added new scripts to create fat32 and ext2 images
* Added more comments for sorfs
* Added more entries to proc directory
* Updated Makefile
* Updated bochsrc

v5.23.04.4NR

Toggle v5.23.04.4NR's commit message

Verified

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

* Implemented Process manager with input support.
* Implemented a ELF loader which loads static linked
* Implemented a syscall handler
* Added a sample program.
* Added new command to the shell
* Added new function to fetch bg and fg color
* Implemented a function to get arguments from grub
* Updated kernel.c
* Updated Makefile
* Updated README.md
* Fixed some warnings the compiler outputted
* Incremented kernel version

v4.23.04.3NR

Toggle v4.23.04.3NR's commit message

Verified

This commit was signed with the committer’s verified signature.
Arun007coder Arun Krishna
* Implemented a function for switching to usermode

* Implemented task state segment
* Added new functions to gdt.c and idt.c to reinitialize the gdt and idt
* Fixed a bug in gdt.c
* Added new functions in bit.c
* Updated math.c
* Updated kernel.c
* Incremented kernel version
* Updated Makefile
* Updated README.md

v4.23.04.2NR

Toggle v4.23.04.2NR's commit message

Verified

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

* Implemented VFS
* Implemented SORFS
* Implemented tree structure
* Implemented slow ata driver
* Implemented mbr partition probing
* Implemented ramdisk
* Implemented devfs
* Implemented kernelfs
* Implemented filesystem detection function
* Created tools for making and extracting sorfs disk image
* Can access sorfs disk image loaded using module command in grub
* Implemented PCI driver
* Fixed some bugs in vga_text driver
* Fixed a bug in strstr function in string.c
* Implemented random motd printing
* Implemented zalloc to allocate memory initialized with 0
* Updated Makefile
* Updated kernelmain.c
* Incremented kernel version