Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Tools Not Tested
Not tested with masm, gas, or fasm as the assembler.
Not tested with pcc or msvc as the compiler.
Platform IntelPC, 32
Build Requirements
1. gnumake (bsdmake not support yet)
2. i386-elf-gcc, i686-elf-gcc, or clang
3. nasm or yasm
Minimum System Requirements
1. CPU: Am486SX, Am486SX2, Am486DX, Am486DX2, Am486DX4, i486SX, i486SX2, i486DX, i486DX2, iDX4, Cx486S, Cx486DX, Cx486DX2, Cx486DX4, or compatible
2. Memory: 2 MB
3. Video: CGA (Text Mode)
4. Machine: PCI
Build
Without autoconfig:
gmake PROFILE=Profile AS=Assembler CC=CCompiler all
With autoconfig:
gmake all
Credits
Parts of the directory structure and files are from https://gitlab.com/sortie/meaty-skeleton
Parts of some files are made by user0-07161 from a previous project