utokyo_syspro_baremetal icon indicating copy to clipboard operation
utokyo_syspro_baremetal copied to clipboard

Baremetal environment for "System programming lab" class in Dept. of Information Science, The University of Tokyo

Results 1 utokyo_syspro_baremetal issues
Sort by recently updated
recently updated
newest added

On macOS, it can be compiled to modify [kernel/Makefile](https://github.com/sykwer/utokyo_syspro_baremetal/blob/master/kernel/Makefile) as follows. ```makefile CFLAGS = -Wall -Wextra -nostdlib --target=x86_64-w64-mingw32-elf LDFLAGS = -s -x LD = lld -flavor ld.lld all: kernel apps/app1...