Git Product home page Git Product logo

my_nose's Introduction

my_nOSe

Introduction

Small Operating System created for educational purpose

Build Requirements

  • nasm: for boot code writed on ASM
  • A linker: ld on *nix or i586-elf-ld on w2k systems
  • a C compiler: gcc or i586-elf-gcc
  • a GNU make

You obviously can hack the source and use whatever compiler/linker you want.

Create ISO tool requirements

There is a small and simple script on util/makeISO.sh that can build a bootable ISO. The requirements to use this script are:

  • A copy of stage1 and stage2 of grub x86. This will be copied from /boot dir, but you can edit the script and change that (really, the script is so simple and small)
  • a grub-mkrescue or grub2-mkrescue command

The use of grub is a strong dependence because the boot is based on it.

Run OS Requirements

At the same time you build a ISO file with the tool described abobe, you can burn it and use on a real hardware (i386 compatible). Moreover, you can use an emulator like qemu or bochs. Inside util/ directory you can found 'startbochs.sh' and 'startqemu.sh' with a command-line used to start the .iso file. Also, qemu have the hability to start the kernel in raw mode, so you can start it without generate ISO file (with some funny bugs :D).

The recomended emulator for debug and dev is bochs because it have heavily debug options.

my_nose's People

Contributors

nache avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.