AurionOS v1.0 Beta The Horizon of Retro-Modern Computing AurionOS A 32-bit x86 operating system built from scratch in C and x86 Assembly.
The Makefile compiles the assembly bootloader and the C kernel, links them at 0x10000 , and packages them into a bootable image.
NANO : Edit text files.
: Edit text files.
); return 0 ; } Register it in the commands[] table at the end of src/commands.c : static const Command commands [] = { ... { "DEMO" , cmd_demo }, { NULL , NULL } }; Compile and Run: Run make run and type DEMO in the shell.
1 час назад @ github.com
infomate
