Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
Jørn Guldberg 1f6eaf956d v0.1 VSFS - bugs NOT fixed 5 anni fa
CLI v0.1 VSFS - bugs NOT fixed 5 anni fa
legacy Version 0.0.3 - Merge update 6 anni fa
lib asm is wired stuff 5 anni fa
mem_lib v0.1 VSFS - bugs NOT fixed 5 anni fa
vsfs v0.1 VSFS - bugs NOT fixed 5 anni fa
.gitignore Version 0.0.3 - Merge update 6 anni fa
README.md README.md modified 6 anni fa
SingOS.img v0.1 VSFS - bugs NOT fixed 5 anni fa
bootloader.bin v0.1 VSFS - bugs NOT fixed 5 anni fa
bootloader.nasm Merge branch 'CLI' 5 anni fa
build.sh Fixed build.sh 6 anni fa
kernel.bin v0.1 VSFS - bugs NOT fixed 5 anni fa
kernel.nasm v0.1 VSFS - bugs NOT fixed 5 anni fa

README.md

SingOS is a single task operating system.

Current version 0.0.3

The goal for this project is to create a Operating System
which tries to find new better ways to handle memory adressing

It will also be posible to switch between 16, 32 and 64-bit mode
such that anything on very low level can be tested.

You can build and run the OS with following command
(Require nasm and qemu installed)


    sh build.sh

If you only want to compile the binary:


    sh build.sh make

If you want to write it to a usb device

sudo dd if=/some_dir/bootloader.bin of=/dev/name_device status=progress oflag=sync