Skip to content

[TTU] Operating System 첫번째 프로젝트입니다.

Notifications You must be signed in to change notification settings

CAU-LetsCode/OS-Proj1

Repository files navigation

OS-Proj1

CSC 4100 Project 1

Introduction

You will build a stage 1 boot loader and a stage 2 operating system (OS). This initial boot loader has already been written; You simply need to download it, compile it, and install it. It will boot from a (virtual) floppy and put the computer into protected mode. It then will load the seconds stage OS. The second stage OS will clear the screen, draw a border around the screen, and then call a function written by the professor that tests his memory allocator code (also written by the professor). Next, it will again clear the screen, and fill the entire screen with stars (the '*' characters).

1

Build Setup

# install dependencies
$ make

# make install
$ make install

# make run
$ make run

# to clean up 
$ make clean

About

[TTU] Operating System 첫번째 프로젝트입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published