Skip to content

dmah42/dmanix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

dmanix

It's an i386 OS written in C++.

One time setup:

$ sudo mkdir /mnt/dmanix\_floppy

To build:

$ make [debug|release]
$ scripts/update.sh
$ scripts/run.sh

debug build defines DEBUG, release build defines NDEBUG

To run the tests:

$ test/test_all

Before submitting:

$ scripts/presubmit.sh

Allowed c++ headers:

  • ciso646
  • cstddef
  • cfloat
  • limits
  • climits
  • cstdint
  • cstdlib
  • new
  • typeinfo
  • initializer_list
  • cstdalign
  • cstdarg
  • cstdbool
  • type_traits
  • atomic
  • utility?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published