Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Arun007coder/SectorOS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: latest
Choose a base ref
...
head repository: Arun007coder/SectorOS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 81 files changed
  • 2 contributors

Commits on Dec 2, 2021

  1. * partialy Implemented task changing

    * Added new command tsk
    Arun007coder committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    08793d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2021

  1. * Now can change the shell prompt message

    * New command export
    Arun007coder committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    3fa4feb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. * Trying to implement custom handler for keyboard

    * Added new syscall Reboot
    Arun007coder committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    987003e View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Configuration menu
    Copy the full SHA
    ba25d17 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. * Implemented task changing

    it can change task to certain task
    * updated INTTOCHARPOINT
    * Bumped SectorOS kernel version
    * Added new syscalls
    Arun007coder committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ca14a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e309e View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. * Fixed the Fat filesystem driver

    Before the fix it cannot identify partitions and files
    
    * Fixed the ata driver
    The read function was broken
    
    * Bumped the kernel version
    Bumped the kernel version the 2.2.2
    
    * Updated issue template
    There were many "Markdown violations" in that template
    Arun007coder committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    74fabe4 View commit details
    Browse the repository at this point in the history
  2. * Updated Makefile

    Arun007coder committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    0401d11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d22f1bf View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    a6e46af View commit details
    Browse the repository at this point in the history
  2. Update Makefile

    Added missing dependency of nasm to install when preparing for the build
    Arun007coder authored Jan 8, 2022
    Configuration menu
    Copy the full SHA
    468479c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. * Implemented semi scrolling

    * Bumped kernel version to 2.3.1
    Arun007coder committed Jan 9, 2022
    Configuration menu
    Copy the full SHA
    04fef21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68eb7ed View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. * Semi implemented customisable prompt

    * Added some settings variable
    * Added func.h
    Arun007coder committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    a86dbcc View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. * semi implemented driver for amd pcnet-FAST III

    * bumped kernel version to 2.4.1
    * Added 2 new syscalls writehdd and readhdd
    * Added syscalls.txt
    * Updated interrupts.txt
    Arun007coder committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    8625d9d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. * Implemented Networking

    * Semi implemented web server
    * Added unique driver ID
    * Added GetDriver function to DriverManager
    * Added execption handler for General protection fault
    * Added execption handler for Double fault
    * Added execption handler for Invalid opcode
    * Added pointer for the active instance :
    -> DriverManager
    -> InterruptManager
    -> TaskManager
    -> InternetProtocolProvider
    * Cleaned some code
    * Added User datagram protocol
    * Added Transmission control protocol
    Arun007coder committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    fedf69a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. * Now kernel can execute applications in the

     slave drive which has .com extention
    . A sample file is in the root folder of the repository
    * Bumped kernel version to V3.2.1
    Arun007coder committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    04fa6b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. * Added names for tasks

    * exec command executes the files in 2 slave drive
    * Ported JD1618 Executes ROM files
    * Bumped kernel version
    * Bumped shell version
    * Updated Makefile
    Arun007coder committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1716f86 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. * Added a function to execute a file by its name and

    extention
    * Added String.h to manipulate the string
    * Added calloc and realloc
    * Added wait function
    * Added a boot music
    * Added new commands to the shell
    * Updated Makefile
    * Updated NULL
    * Added new data structure : list_t
    * Bumped kernel version to 3.5.5
    * Bumped Shell version to 1.5.0
    Arun007coder committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    6739a0c View commit details
    Browse the repository at this point in the history
Loading