Open in app
Home
Notifications
Lists
Stories

Write
Sureshkumar kajanthan
Sureshkumar kajanthan

Home

May 31

Kotin part-01

What is Kotlin Kotlin is a general-purpose, statically typed, and open-source programming language. It runs on JVM and can be used anywhere Java is used today. It can be used to develop Android apps, server-side apps and much more. Kotlin Environment Setup (Command line) Since Kotlin runs on JVM, it is necessary to install JDK and setup the…

3 min read

Kotin part-01
Kotin part-01

May 30

Structure, Protocol, and Class in Swift: The differences explained.

First of all, we know Swift…….. Swift was introduced in 2014 at Apples's Worldwide Developers Confrence. The development of Swift was started in 2010 by Chris Lattner with other programmers i.e. Doug Gregor, John McCall, Ted Kremenek, and Joe Groff at Apple. …

4 min read

Structure, Protocol, and Class in Swift: The differences explained.
Structure, Protocol, and Class in Swift: The differences explained.

Sep 27, 2021

OPERATING SYSTEM #09

Hi friends welcome back this is the Ninth part of the series………… User Mode User mode is now almost within our reach, there are just a few more steps required to get there. Although these steps might seem easy they way they are presented in this chapter, they can be tricky to…

4 min read

OPERATING SYSTEM #09
OPERATING SYSTEM #09

Sep 10, 2021

OWN OPERATING system #8

Hi friends welcome back this is the Eighth part of the series. Page Frame Allocation 1.Managing Available Memory 1 How Much Memory is There? First we need to know how much memory is available on the computer the OS is running on. The easiest way to do this is to read it from the multiboot structure…

5 min read

OWN OPERATING system #8
OWN OPERATING system #8

Sep 9, 2021

CREATE OWN OS #07

First of all,you visit my last part of OWN OS…………….. Virtual Memory Virtual memory is an abstraction of physical memory. The purpose of virtual memory is generally to simplify application development and to let processes address more memory than what is actually physically present in the machine. …

11 min read

CREATE OWN OS #07
CREATE OWN OS #07

Aug 27, 2021

OPERATING SYSTEM PART-06

welcome my dear friends…. Now that the kernel boots, prints to screen and reads from keyboard — what do we do? Usually, a kernel is not supposed to do the application logic itself, but leave that for applications. …

5 min read

OPERATING SYSTEM PART-06
OPERATING SYSTEM PART-06

Aug 21, 2021

HOW CAN CREATE OWN OPERATING SYSTEM #05

Hi friends welcome back this is the fifth part of the series. This week we are going to develop our operating system in to next stage which can handle the interrupts. That brings us to our main topic today. What is interrupt and why do we need to handle it? …

9 min read

HOW CAN CREATE OWN OPERATING SYSTEM #05
HOW CAN CREATE OWN OPERATING SYSTEM #05

Aug 17, 2021

HOW TO CREATE YOUR OWN OS #04

Hi friends welcome back. This is part four creating operating session. If you miss earlier part, please see and learn from my medium article……. 01.Segmentation Segmentation in x86 means accessing the memory through segments. Segments are portions of the address space, possibly overlapping, specified by a base address and a limit…

5 min read

HOW TO CREATE YOUR OWN OS #04
HOW TO CREATE YOUR OWN OS #04

Aug 6, 2021

create own OPERATING SYSTEM part →03

01.Interacting with the Hardware There are usually two different ways to interact with the hardware, memory-mapped I/O and I/O ports. If the hardware uses memory-mapped I/O then you can write to a specific memory address and the hardware will be updated with the new data. One example of this is the framebuffer, which will…

11 min read


Jul 23, 2021

MAKING AN operating system IMPLEMENT with c (part 02)

welcome back.first of all, you watch my first os(my own creating os) go throw this link click here. GIThub:link 1.Setting Up a Stack One prerequisite for using C is a stack, since all non-trivial C programs use a stack. Setting up a stack is not harder than to make the esp register point to…

7 min read

MAKING AN operating system IMPLEMENT with c (part 02)
MAKING AN operating system IMPLEMENT with c (part 02)
Sureshkumar kajanthan

Sureshkumar kajanthan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable